pub type AtLeast<const N: usize, T, D = Nothing> = Repeats<N, unsynn::::container::AtLeast::{constant#0}, T, D>;Expand description
At least N of T delimited by D or Nothing
Aliased Type§
struct AtLeast<const N: usize, T, D = Nothing>(pub Vec<Delimited<T, D>>);Fields§
§0: Vec<Delimited<T, D>>