CombinationsRepeat.length

Input range primitives

  1. Slice!(const(T)*) front [@property getter]
  2. void popFront()
  3. size_t length [@property getter]
    struct CombinationsRepeat(T)
    @property @safe pure nothrow @nogc scope const
    size_t
    length
    ()
    ()
    if (
    isUnsigned!T &&
    T.sizeof <= size_t.sizeof
    )
  4. bool empty [@property getter]

Meta