ae v0.0.2137 (2018-01-31T16:30:29Z)
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