The OpenD Programming Language

CyclicBuffer.opIndex

bufferi

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

Meta