TakeWhileMN constructor

const TakeWhileMN(
  1. int m,
  2. int n,
  3. SemanticAction<bool> predicate
)

Implementation

const TakeWhileMN(this.m, this.n, this.predicate);