menu
parser_combinator package
documentation
parser/choice.dart
Choice2<I, O>
Choice2.new const constructor
Choice2.new const constructor
dark_mode
light_mode
Choice2<
I
,
O
>
constructor
const
Choice2<
I
,
O
>
(
Parser
<
I
,
O
>
p1
,
Parser
<
I
,
O
>
p2
, {
String
?
name
,
})
Implementation
const Choice2(this.p1, this.p2, {String? name}) : super(name);
parser_combinator package
documentation
parser/choice
Choice2<I, O>
Choice2.new const constructor
Choice2 class