Crate non_empty_vec

Source

Macros§

ne_vec
Constructs a NonEmpty vector, similar to std’s vec macro.

Structs§

EmptyError
NonEmpty
Non empty vector, ensure non empty by construction. Inherits Vec’s methods through Deref trait, not implement DerefMut. Overridden these methods: