[−][src]Crate nummap
Author --- daniel.bechaz@gmail.com
Last Moddified --- 2019-03-30
Structs
| IntoIter | The IntoIterator type which visits all non zero values from a NumMap. |
| Iter | The Iterator which visits all non zero values in a NumMap. |
| NumMap | A map of numbers where all keys are considered mapped but 0 values are not stored. |
Traits
| NonZero | A marker trait for types which have are |
| Number | A marker trait for types which have a NonZero equivilant. |