FixedRingBuffer.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Range opSlice()
  2. Range opSlice(size_t from, size_t to)
    struct FixedRingBuffer(T, size_t N = 0, bool INITIALIZE = true)
    opSlice
    (
    size_t from
    ,
    size_t to
    )

Meta