Limiter.this

maxLookAhead is 300 by default. If you intend to use a longer look-ahead time then it is best to specify it here so that no reallocation is needed later.

class Limiter
nothrow @nogc
this
(
int maxLookAhead = 300
)

Meta