TestValues

Undocumented in source.
  1. struct TestValues(N)
    pure nothrow @nogc @safe
    struct TestValues (
    N
    ) if (
    is(N == typeof(null))
    ) {}
  2. struct TestValues(N)
  3. struct TestValues(N)
  4. struct TestValues(N)

Members

Functions

front
typeof(null) front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
bool empty;
Undocumented in source.

Meta