mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
AliasCall
mir
functional
Undocumented in source.
@
optmath
struct
AliasCall (
T
string
methodName
TemplateArgs
...
) {
T
__this
;
auto
lightConst
();
auto
lightImmutable
();
this
(T value);
auto ref
opCall
(Args args);
}
Constructors
this
this
(T value)
Undocumented in source.
Alias This
__this
Members
Functions
lightConst
auto
lightConst
()
lightImmutable
auto
lightImmutable
()
opCall
auto ref
opCall
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
__this
T
__this
;
Undocumented in source.
Meta
Source
See Implementation
mir
functional
aliases
Unref
functions
_ref
refTuple
staticArray
unref
structs
AliasCall
Ref
RefTuple
templates
adjoin
aliasCall
naryFun
not
pipe
recurseTemplatePipe
reverseArgs
selfAndRecurseTemplatePipe
selfTemplatePipe