Type Alias ChildrenVec

Source
pub(crate) type ChildrenVec<A> = Vec<A>;
Expand description

A vector of child nodes

Aliased Typeยง

pub(crate) struct ChildrenVec<A> { /* private fields */ }