[][src]Crate nummap

Defines the NumMap struct which acts as if all unmapped keys have a value of 0.

Author --- daniel.bechaz@gmail.com
Last Moddified --- 2019-03-31

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 NonZero numbers.

Number

A marker trait for types which have a NonZero equivilant.