hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
AllocDefine
hunt
collection
Common
Undocumented in source.
mixin template
AllocDefine (
ALLOC
) {
alias
_alloc
=
ALLOC
.
instance
;
alias
Alloc
=
typeof
(
ALLOC
.
instance
)
;
alias
Alloc
=
ALLOC
;
static if
(!(
StaticAlloc!ALLOC
))
ALLOC
allocator
[@property getter];
}
Members
Aliases
Alloc
alias
Alloc
=
typeof
(
ALLOC
.
instance
)
Undocumented in source.
Alloc
alias
Alloc
=
ALLOC
Undocumented in source.
_alloc
alias
_alloc
=
ALLOC
.
instance
Undocumented in source.
Properties
allocator
ALLOC
allocator
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
collection
Common
mixin templates
AllocDefine
Refcount
structs
ArrayCOWData
RefCount
templates
StaticAlloc