RefCount.opSlice

Expose array's opSlice and opIndex

  1. auto ref opSlice(B b, E e)
    struct RefCount(T)
    ref
    static if(is(T == U[], U))
    opSlice
    (
    B
    E
    )
    (
    auto ref B b
    ,
    auto ref E e
    )
  2. auto ref opSlice(A args)
  3. auto ref opIndex(A args)
  4. auto ref opIndexAssign(V v, I i)

Meta