Exactly

Type Alias Exactly 

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

Exactly N of T delimited by D or Nothing

Aliased Typeยง

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