AtMost

Type Alias AtMost 

Source
pub type AtMost<const N: usize, T, D = Nothing, P = Optional> = DelimitedVec<T, D, P, 0, N>;
Expand description

At most N of T delimited by D or Nothing

Aliased Typeยง

pub struct AtMost<const N: usize, T, D = Nothing, P = Optional>(/* private fields */);