staticIota.staticIota

Undocumented in source.
  1. alias staticIota = AliasSeq!()
    template staticIota(int beg, int end)
    static if(beg + 1 >= end)
    static if(beg >= end)
    alias staticIota = AliasSeq!()
  2. alias staticIota = AliasSeq!beg
  3. alias staticIota = AliasSeq!(staticIota!(beg, mid), staticIota!(mid, end))

Meta