Structsยง
Traitsยง
Functionsยง
- is_
left_ ๐child Returns true iff the given index represents a left child. - leaf_
pos_ ๐to_ index Converts a leaf position to the internal BigUint index for storage. - left_
child ๐Returns the index of the left child, given an index. - log2 ๐Returns the log2 value of the given number. Used for converting the index to the level.
- parent ๐Returns the index of the parent, given an index.
- right_
child ๐Returns the index of the right child, given an index. - sibling ๐Returns the index of the sibling, given an index.