PoolArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Range opSlice()
  2. Range opSlice(size_t start, size_t end)
    struct PoolArray(T)
    @nogc nothrow
    opSlice
    (
    size_t start
    ,
    size_t end
    )

Meta