tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
ReadBuffer.opSlice
tanya
container
buffer
ReadBuffer
struct
ReadBuffer
(T = ubyte)
T
[]
opSlice
(
size_t
start
,
size_t
end
)
if
(
isScalarType
!
T
)
Parameters
start
size_t
Start position.
end
size_t
End position.
Return Value
Type:
T
[]
Array between
start
and
end
.
Meta
Source
See Implementation
tanya
container
buffer
ReadBuffer
aliases
opDollar
constructors
this
destructors
~this
functions
clear
opIndex
opOpAssign
opSlice
mixins
__anonymous
properties
capacity
free
length