init_tree

Function init_tree 

Source
pub fn init_tree(params: TreeParams, slice: &mut [u8]) -> Result<(), Error>
Expand description

Initializes RBTree in the given slice without returning it

This function can be used than you don’t know buffer sizes at compile time.