Module linear_map

Source

Structs§

LinearMap
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).