ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
StaticBufferAllocator.Data
ae
utils
alloc
StaticBufferAllocator
Undocumented in source.
struct
StaticBufferAllocator
(size_t SIZE, BASE_TYPE = ubyte)
struct
Data {
StorageType
!
BASE_TYPE
[
SIZE
]
buffer
;
StorageType
!
BASE_TYPE
*
ptr
;
StorageType
!
BASE_TYPE
*
end
[@property getter];
}
Members
Properties
end
StorageType
!
BASE_TYPE
*
end
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
StorageType
!
BASE_TYPE
[
SIZE
]
buffer
;
Undocumented in source.
ptr
StorageType
!
BASE_TYPE
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
alloc
StaticBufferAllocator
mixins
__anonymous
structs
Data
templates
Impl