Type Definition OwnedVector
bm
type OwnedVector<C> = Vector<Owned, C>;
Vector with owned root.
Vector