pub(crate) type ChildrenVec<A> = Vec<A>;
A vector of child nodes
pub(crate) struct ChildrenVec<A> { /* private fields */ }