Array.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Range opSlice()
  2. ConstRange opSlice()
  3. ImmutableRange opSlice()
  4. Range opSlice(size_t i, size_t j)
  5. ConstRange opSlice(size_t i, size_t j)
    struct Array(T)
    const
    opSlice
    (
    size_t i
    ,
    size_t j
    )
    if (
    !is(immutable T == immutable bool)
    )
  6. ImmutableRange opSlice(size_t i, size_t j)

Meta