pub fn permutation<I: Stream, O, E: ParserError<I>, List: Permutation<I, O, E>>(
l: List,
) -> impl Parser<I, O, E>👎Deprecated since 0.7.14:
replaced with unordered_seq!
Expand description
Deprecated, replaced with unordered_seq!.