Type Definition linkspace_pkt::utils::LkHashMap

source ·
pub type LkHashMap<V> = HashMap<LkHash, V>;
Expand description

TODO: In theory we can optimize away a hash step and ddos protection