anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
Array.erase
anansi
container
array
Array
Erases a contiguous range of items from the array.
void
erase
(size_t index)
void
erase
(size_t index, size_t count)
struct
Array
(T)
void
erase
(
size_t
index
,
size_t
count
)
Meta
Source
See Implementation
anansi
container
array
Array
aliases
ConstRange
constructors
this
functions
erase
eraseFrontOfRange
insert
insertBack
opIndex
opSlice
reserve
postblits
this(this)
properties
capacity
dup
length
structs
Range
Erases a contiguous range of items from the array.