Repeat type
Methods
- =~(x:Eachable1, r:Repeat, mc:MatchContext) Source: stdlib.ngs:1310
Check that x is a repetition of r.pattern and it occurs r.count times Returns
Bool
- init(r:Repeat, pattern:Any, count:NumRange) Source: stdlib.ngs:1299
Undocumented
- init(r:Repeat, pattern:Any, count:Int) Source: stdlib.ngs:1303
Undocumented
- init(r:Repeat, pattern:Any) Source: stdlib.ngs:1305
Undocumented