Vector.opSlice

Returns a slice. @system because the pointer in the slice might dangle.

  1. auto opSlice()
    struct Vector(E, Allocator = typeof(theAllocator))
    @system scope return
    opSlice
    (
    this This
    )
    ()
    if (
    isAllocator!Allocator
    )
  2. auto opSlice(long start, long end)

Meta