TakeWhileMN constructor
const
TakeWhileMN(
- int m,
- int n,
- SemanticAction<
bool> predicate
Implementation
const TakeWhileMN(this.m, this.n, this.predicate);
const TakeWhileMN(this.m, this.n, this.predicate);