UniqueArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Type)[] opSlice(long i, long j)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    const nothrow
    const(Type)[]
    opSlice
    (
    long i
    ,
    long j
    )
    if (
    isAllocator!Allocator
    )
  2. const(Type)[] opSlice()

Meta