Type Alias Any

Source
pub type Any<T, D = Nothing> = Repeats<0, unsynn::::container::Any::{constant#1}, T, D>;
Expand description

Any number of T delimited by D or Nothing

Aliased Type§

pub struct Any<T, D = Nothing>(pub Vec<Delimited<T, D>>);

Tuple Fields§

§0: Vec<Delimited<T, D>>