ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
RefType
ae
utils
meta
reference
typeof(new T) - what we use to refer to an allocated instance
template
RefType (
T
) {
alias
RefType
=
T
;
alias
RefType
=
T
*
;
}
Members
Aliases
RefType
alias
RefType
=
T
Undocumented in source.
RefType
alias
RefType
=
T
*
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
reference
functions
dereference
reference
templates
FromRefType
RefType
StorageType
isReference
typeof(new T) - what we use to refer to an allocated instance