Struct FixedRingBuffer.Range
struct Range
;
Constructors
Name | Description |
---|---|
this
(buffer, start, length)
|
Fields
Name | Type | Description |
---|---|---|
m_buffer
|
T[] | |
m_length
|
size_t | |
m_start
|
size_t |
Properties
Name | Type | Description |
---|---|---|
empty [get]
|
bool | |
front [get]
|
inout(T) |
Methods
Name | Description |
---|---|
popFront
()
|