CartesianPower.empty

Input range primitives

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

Meta