Results for “Std.Text.Parse.manyTill”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Text.Parse.manyTill
fn(Std.Text.Parse.Input) -> Result[(T, Std.Text.Parse.Input), Std.Text.Parse.Problem] -> fn(Std.Text.Parse.Input) -> Result[(E, Std.Text.Parse.Input), Std.Text.Parse.Problem] -> fn(Std.Text.Parse.Input) -> Result[(Array[T], Std.Text.Parse.Input), Std.Text.Parse.Problem]Repeat a parser until the end parser succeeds, keeping what came before.
