dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Vector.opSlice
my
container
vector
Vector
Returns a slice. @system because the pointer in the slice might dangle.
T
[]
opSlice
()
T
[]
opSlice
(size_t start, size_t end)
struct
Vector
(T)
T
[]
opSlice
(
size_t
start
,
size_t
end
)
Meta
Source
See Implementation
my
container
vector
Vector
functions
back
clear
empty
front
length
opAssign
opBinary
opCast
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
popBack
popFront
put
putFront
range
variables
data
Returns a slice. @system because the pointer in the slice might dangle.