Repeat type

Represents repetition of a pattern (or potentially arbitrary data)

Methods

=~(x:Eachable1, r:Repeat, mc:MatchContext) Source: stdlib.ngs:968
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:958
Undocumented
init(r:Repeat, pattern:Any, count:Int) Source: stdlib.ngs:962
Undocumented
init(r:Repeat, pattern:Any) Source: stdlib.ngs:964
Undocumented