Skip to main content

move_children

Function move_children 

Source
pub fn move_children(from: &NodeRef, to: &NodeRef)
Expand description

Move every child node of from (in order) to be the last children of to. After the call, from has no children.