RefTuple

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

@optmath
struct RefTuple (
T...
) {}

Alias This

expand

Members

Mixins

__anonymous
mixin _RefTupleMixin!T
Undocumented in source.

Variables

expand
T expand;
Undocumented in source.

Meta