syntax::ted

Function prepend_child

source
pub fn prepend_child(
    node: &(impl Into<SyntaxNode> + Clone),
    child: impl Element,
)