Compound

A struct that consists of a tuple T. Allows square bracket access to the members of a tuple

struct Compound (
T...
) {}

Alias This

tuple

Members

Variables

tuple
T tuple;
Undocumented in source.

Meta