Crate zom[][src]

Zom is a generic collection for either zero, one or many elements. It is intended for situations where you usually expect only zero or one items and does not require allocation in these cases.

Structs

IntoIter

The result of calling Zom::into_iter.

Enums

Zom

A collection of zero, one or many elements.