Struct AllocAppender!(ArrayType : E[], E)
Constructors
Name | Description |
---|---|
this |
Fields
Name | Type | Description |
---|---|---|
m_alloc | Allocator | |
m_data | AllocAppender.ElemType[] | |
m_remaining | AllocAppender.ElemType[] |
Methods
Name | Description |
---|---|
data | |
grow | |
put | |
put | |
reserve | |
reset |
Aliases
Name | Description |
---|---|
ElemType |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.