ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
BufferAllocator.Data
ae
utils
alloc
BufferAllocator
Undocumented in source.
struct
BufferAllocator
(BASE_TYPE = ubyte)
struct
Data {
BASE_VALUE_TYPE
*
ptr
;
BASE_VALUE_TYPE
*
end
;
}
Members
Variables
end
BASE_VALUE_TYPE
*
end
;
Undocumented in source.
ptr
BASE_VALUE_TYPE
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
alloc
BufferAllocator
mixins
__anonymous
structs
Data
templates
Impl