ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
DataWrapper
ae
sys
data
Undocumented in source.
abstract
class
DataWrapper {
size_t
references
;
inout
(
void
)[]
contents
[@property getter];
size_t
size
[@property getter];
void
setSize
(size_t newSize);
size_t
capacity
[@property getter];
}
Members
Functions
setSize
void
setSize
(size_t newSize)
Undocumented in source.
Properties
capacity
size_t
capacity
[@property getter]
Undocumented in source.
contents
inout
(
void
)[]
contents
[@property getter]
Undocumented in source.
size
size_t
size
[@property getter]
Undocumented in source.
Variables
references
size_t
references
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
data
classes
DataWrapper
static variables
allocCount
dataCount
dataMemory
dataMemoryPeak
structs
Data