parser_combinators::combinator
pub fn choice_slice<'a, P>(ps: &'a mut [P]) -> ChoiceSlice<'a, P> where P: Parser + 'a