PointerArray.opSlice

Slice operator overload

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

Meta