[][src]Crate strict

Provide the NonEmptyVec as I wanted it to be.

This small lib has better alternatives. I made it for my own consumption first.

Structs

NonEmptyVec

a mostly costless wrapping of a vec, ensuring there's always at least one element.

NotEnoughElementsError