Creates a lightweight tuple of values.
Alias this to args, for possible auto expansion.
Compatibility alias to expand functionality of std.typecons.Tuple
The packed arguments.
Tuple!Args a tuple of arguments, probably auto expandable thx to alias this.
See Implementation
Creates a lightweight tuple of values.