pub fn make_empty_map<BS, V>(store: &BS, bitwidth: u32) -> Map<'_, BS, V> where
    BS: BlockStore,
    V: DeserializeOwned + Serialize
Expand description

Create a hamt with a custom bitwidth.