menu
parser_combinator package
documentation
parser/take_while_m_n.dart
TakeWhileMN
TakeWhileMN.new const constructor
TakeWhileMN.new const constructor
dark_mode
light_mode
TakeWhileMN
constructor
const
TakeWhileMN
(
int
m
,
int
n
,
Predicate
<
int
>
f
, {
String
?
name
,
})
Implementation
const TakeWhileMN(this.m, this.n, this.f, {String? name}) : super(name);
parser_combinator package
documentation
parser/take_while_m_n
TakeWhileMN
TakeWhileMN.new const constructor
TakeWhileMN class