PointerArray.opSlice

Slice operator overload

  1. auto opSlice()
    struct PointerArray(T, Allocator = SpasmGCAllocator)
    pragma(inline, true) @nogc
    opSlice
    (
    this This
    )
    ()
    if (
    is(T : U*,
    U
    )
    )
  2. auto opSlice(size_t a, size_t b)

Meta