menu
rocket package
documentation
combinator.dart
choice2<I, O> function
choice2<I, O> function
dark_mode
light_mode
choice2<
I
,
O
>
function
Choice2
<
I
,
O
>
choice2
<
I
,
O
>(
Parser
<
I
,
O
>
p1
,
Parser
<
I
,
O
>
p2
)
Implementation
Choice2<I, O> choice2<I, O>(Parser<I, O> p1, Parser<I, O> p2) => Choice2(p1, p2);
rocket package
documentation
combinator
choice2<I, O> function
combinator library