Repeat.Repeat

Undocumented in source.
  1. alias Repeat = std.meta.Repeat!(n, L)
  2. alias Repeat = L[0..0]
    template Repeat(ulong n, L...)
    package
    @optmath
    static if(!(n))
    alias Repeat = L[0..0]

Meta