ae ~old-net (2022-05-18T17:03:39.1779262)
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