Combinations.front

Input range primitives

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

Meta