The OpenD Programming Language

Tuple

Simplified tuple structure. Some fields may be type of Ref. Ref stores a pointer to a values.

@optmath
struct Tuple (
T...
) {
@optmath
T expand;
}

Alias This

expand

Meta