ae v0.0.3053 (2021-06-01T17:26:23Z)
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
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