Module linear_map
p3_util
0.1.0
Module linear_
map
Module Items
Structs
In crate p3_
util
p3_util
Module
linear_
map
Copy item path
Source
Structs
ยง
Linear
Map
O(n) Vec-backed map for keys that only implement Eq. Only use this for a very small number of keys, operations on it can easily become O(n^2).