FastArrayRange.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] opSlice()
  2. T[] opSlice(size_t from, size_t to)
    struct FastArrayRange(T, bool CHECKED = isDebug)
    T[]
    opSlice
    (
    size_t from
    ,
    size_t to
    )
  3. T* ptr;
  4. T* end;

Meta