Type Alias amplify::confinement::NonEmptyVec

source ·
pub type NonEmptyVec<T, const MAX: usize = U64> = Confined<Vec<T>, ONE, MAX>;
Expand description

Vec which contains at least a single item.

Aliased Type§

struct NonEmptyVec<T, const MAX: usize = U64>(/* private fields */);