dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
AlignedBuffer.opSlice
dplug
core
alignedbuffer
AlignedBuffer
inout
(
T
)[]
opSlice
()
struct
AlignedBuffer
(T)
inout nothrow @
nogc
inout
(
T
)[]
opSlice
(
)
inout
(
T
)[]
opSlice
(size_t i1, size_t i2)
Return Value
Type:
inout
(
T
)[]
Whole content of the array in one slice.
Meta
Source
See Implementation
dplug
core
alignedbuffer
AlignedBuffer
aliases
opDollar
put
constructors
this
destructors
~this
functions
clearContents
fill
indexOf
length
opIndex
opIndexAssign
opSlice
popBack
pushBack
releaseData
removeAndReplaceByLastElement
resize
postblits
this(this)
properties
ptr