iota

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto iota(T start, T end, U step)
    nothrow @safe @nogc
    iota
    (
    T
    U
    )
    (
    const T start
    ,
    const T end
    ,
    const U step
    )
    if (
    is(U == T.UnderlyingType)
    )
  2. auto iota(T start, T end, U step)
  3. auto iota(T start, T end)
  4. auto iota(T end)

Meta