Struct FixedRingBuffer!(T, ulong N = 0)

Fields

Name Type Descrption
m_start size_t
m_fill size_t

Methods

Name Description
empty
full
length
freeSpace
capacity
front
back
put
put
putN
popFront
popFrontN
popBack
popBackN
removeAt
peek
peekDst
read
opApply
opIndex
opSlice
opSlice
opDollar
mod

Inner structs

Name Description
Range

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.