Iterator.this

Protected Ctor, used for inheriting classes to ensure a certain behavior

  1. this()
  2. this(bool reset_after_foreach)
    class Iterator
    protected
    this

Parameters

reset_after_foreach bool

whether to reset iteration counters after a foreach (true) or not (false)

Meta