RefCount.opIndexAssign

Expose array's opSlice and opIndex

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

Meta