Iota.Iota

Undocumented in source.
  1. alias Iota = ExpressionList!()
  2. alias Iota = ExpressionList!(Iota!(start, stop - step, step), stop - step)
    template Iota(int start, int stop, int step)
    static if(step > 0)
    static if(!(stop <= start))
    alias Iota = ExpressionList!(Iota!(start, stop - step, step), stop - step)
  3. alias Iota = ExpressionList!()
  4. alias Iota = ExpressionList!(Iota!(start, stop - step, step), stop - step)

Meta