[][src]Function grin_core::core::pmmr::bintree_postorder_height

pub fn bintree_postorder_height(num: u64) -> u64

The height of a node in a full binary tree from its postorder traversal index. This function is the base on which all others, as well as the MMR, are built.