mir-core — Libmir Archive
← Libmir Archive
Dlang.org
Tuple
mir
functional
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
mir
functional
aliases
Unref
functions
_ref
staticArray
tuple
unref
structs
AliasCall
Ref
Tuple
templates
adjoin
aliasCall
naryFun
not
pipe
recurseTemplatePipe
reverseArgs
selfAndRecurseTemplatePipe
selfTemplatePipe
Simplified tuple structure. Some fields may be type of Ref. Ref stores a pointer to a values.