ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
Buffer.opSlice
ocean
core
Buffer
Buffer
Exposes owned data as an array slice
inout
(
T
[])
opSlice
(size_t begin, size_t end)
inout
(
T
[])
opSlice
()
struct
Buffer
(T)
inout
inout
(
T
[])
opSlice
(
)
Return Value
Type:
inout
(
T
[])
requested slice fo stored data
Meta
Source
See Implementation
ocean
core
Buffer
Buffer
aliases
ElementType
functions
length
opAssign
opSlice
reserve
reset
mixins
Impl
postblits
this(this)
Exposes owned data as an array slice