RefCount.opIndex

Expose array's opSlice and opIndex

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

Meta