RefCount.opSlice

Expose item's opSlice and opIndex

  1. auto ref opSlice(B b, E e)
  2. auto ref opSlice(A args)
    struct RefCount(T)
    ref
    static if(!(is(T == U[], U)))
    opSlice
    (
    A...
    )
    (
    auto ref A args
    )
    if (
    __traits(compiles, (rootType!T).init.opSlice(args))
    )
  3. auto ref opIndex(A args)
  4. auto ref opIndexAssign(A args)

Meta