Concise.Concise

Undocumented in source.
  1. struct Concise(Tuple)
    template Concise(Tuple)
    version(none)
    static if(isTuple!Tuple)
    struct Concise (
    Tuple
    ) {}
  2. alias Concise = Tuple

Alias This

tup

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tup
Tuple tup;
Undocumented in source.

Meta