ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
WrapParts
ae
utils
alloc
Instantiates a struct from a type containing a Data/Impl template pair.
deprecated
struct
WrapParts (
T
) {
T
.
Data
data
;
alias
impl
=
T
.
Impl
!
data
;
}
Members
Aliases
impl
alias
impl
=
T
.
Impl
!
data
Undocumented in source.
Variables
data
T
.
Data
data
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
alloc
classes
BufferExhaustedException
functions
allocate
create
destroy
free
mixin templates
AllocTypes
AllocatorCommon
PointerBumpCommon
structs
BufferAllocator
DataAllocator
FreeListAllocator
GCRootAllocatorProxy
GrowingBufferAllocator
HeapAllocator
HybridBufferAllocator
InitializingAllocatorProxy
PageAllocator
RegionAllocator
StatAllocatorProxy
StaticBufferAllocator
TrackingAllocatorProxy
WrapParts
templates
FreeListNode
PartsWrapper
mixAliasForward
variables
heapAllocator
Instantiates a struct from a type containing a Data/Impl template pair.