RepeatType.RepeatType

Undocumented in source.
  1. alias RepeatType = R
  2. alias RepeatType = RepeatType!(T, n - 1, T, R)
    template RepeatType(T, int n, R...)
    nothrow @nogc
    static if(!(n == 0))
    alias RepeatType = RepeatType!(T, n - 1, T, R)

Meta