The OpenD Programming Language

CyclicBuffer.opIndex

buffer[i .. j]

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

Meta