pub struct TreeSlice<N> { /* private fields */ }
Expand description
Each subtree is contigious in memory and can borrowed independently similarly to a slice of bytes.
pub struct TreeSlice<N> { /* private fields */ }
Each subtree is contigious in memory and can borrowed independently similarly to a slice of bytes.