breez_sdk_liquid::lightning_125::util::hash_tables

Function hash_map_with_capacity

pub fn hash_map_with_capacity<K, V>(cap: usize) -> HashMap<K, V>
Expand description

Builds a new HashMap with the given capacity.