PagedDynamicArray.opSlice

Undocumented in source.
  1. inout(T)[] opSlice()
  2. inout(T)[] opSlice(size_t a, size_t b)
    struct PagedDynamicArray(T)
    @safe nothrow @nogc inout @trusted
    inout(T)[]
    opSlice
    (
    size_t a
    ,
    size_t b
    )

Meta