Vector.opSlice

Returns a slice

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

Meta