pub fn one_of<const C: usize>( tokens: [Token; C], ) -> impl Parser<PToken, PToken, Error = Simple<PToken, Range<usize>>> + Clone