TestValues

Undocumented in source.
  1. struct TestValues(N)
  2. struct TestValues(N)
  3. struct TestValues(N)
    pure nothrow @nogc @safe
    struct TestValues (
    N
    ) if (
    (
    isIntegral!N ||
    isSomeChar!N
    )
    &&
    isUnqual!N
    ) {}
  4. struct TestValues(N)

Members

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
N front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta