containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
DynamicArray.opSlice
containers
dynamicarray
DynamicArray
Slice operator overload
auto
opSlice
()
struct
DynamicArray
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
pragma(
inline
, true) @
nogc
auto
opSlice
(
this
This
)
(
)
auto
opSlice
(size_t a, size_t b)
Meta
Source
See Implementation
containers
dynamicarray
DynamicArray
aliases
put
constructors
this
destructors
~this
functions
back
empty
front
insert
length
opIndex
opIndexAssign
opSlice
opSliceAssign
ptr
remove
postblits
this(this)
Slice operator overload