Crate alo [] [src]

Structs

ALO

ALO means At Least One. It cointains at least one item. If there is only one item, ALO does not heap allocate. If there is more than one items, ALO does heap allocate.

Iter