dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Vector.opSlice
automem
vector
Vector
Returns a slice. @system because the pointer in the slice might dangle.
auto
opSlice
()
auto
opSlice
(long start, long end)
struct
Vector
(E, Allocator = typeof(theAllocator))
@
system
scope return
auto
opSlice
(
this
This
)
(
long
start
,
long
end
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
vector
Vector
aliases
MutE
constructors
this
destructors
~this
functions
capacity
clear
empty
free
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
ptr
put
range
reserve
shrink
stringz
manifest constants
isElementMutable
postblits
this(this)
properties
length
Returns a slice. @system because the pointer in the slice might dangle.