Struct FixedRingBuffer.Range
Constructors
Name | Description |
---|---|
this
|
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
|
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.