Struct FixedAppender
struct FixedAppender(ArrayType, ulong NELEM, E)
;
Fields
Name | Type | Description |
---|---|---|
m_data
|
FixedAppender | |
m_fill
|
size_t |
Properties
Name | Type | Description |
---|---|---|
data [get]
|
ArrayType |
Methods
Name | Description |
---|---|
clear
()
|
|
put
(el)
|
|
put
(el)
|
|
put
(el)
|
|
put
(arr)
|
|
reset
()
|
Aliases
Name | Description |
---|---|
ElemType
|