Home
last modified time | relevance | path

Searched refs:fold_many1 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/nom/src/multi/
Dtests.rs15 count, fold_many0, fold_many1, fold_many_m_n, length_count, many0, many1, many_m_n, many_till,
447 fold_many1(tag("abcd"), Vec::new, fold_into_vec)(i) in fold_many1_test()
Dmod.rs765 pub fn fold_many1<I, O, E, F, G, H, R>( in fold_many1() function
/third_party/rust/crates/nom/doc/
Dchoosing_a_combinator.md52 …s the parser 0 or more times and folds the list of return values. The `fold_many1` version must ap…
/third_party/rust/crates/nom/
DCHANGELOG.md604 - `fold_many1` will now transmit a `Failure` instead of transforming it to an `Error`
1016 - `fold_many0!`, `fold_many1!` and `fold_many_m_n!` will take a parser, an initial value and a comb…