The OpenD Programming Language

CyclicBuffer.opIndex

buffer[]

  1. auto ref opIndex(size_t i)
  2. Range!This opIndex()
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    nothrow pure @safe @nogc
    Range!This
    opIndex
    (
    this This
    )
    ()
  3. Range!This opIndex(size_t[2] indices)

Meta