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