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)
  2. const(Type)[] opSlice()
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    const nothrow
    const(Type)[]
    opSlice
    ()
    if (
    isAllocator!Allocator
    )

Meta