bio.core.utils.roundbuf

Undocumented in source.

Members

Structs

RoundBuf
struct RoundBuf(T)

Cyclic buffer, see https://en.wikipedia.org/wiki/Circular_buffer Bails out if you try to push beyond its size

Meta