ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
insertShift
ocean
core
array
Mutation
Undocumented in source. Be warned that the author may not have intended to support it.
T
[]
insertShift
(Buffer!(T) buffer, size_t index, size_t insert_elems)
T
[]
insertShift
(T[] buffer, size_t index, size_t insert_elems)
T
[]
insertShift
(
T
)
(
ref
T
[]
buffer
,
size_t
index
,
size_t
insert_elems
= 1
)
Meta
Source
See Implementation
ocean
core
array
Mutation
functions
append
appendCopy
clear
concat
containsDuplicate
copy
copyExtend
distinct
filterInPlace
findDuplicates
insertShift
isClearable
moveToEnd
partition
pop
quickselect
removeIf
removeShift
replace
replaceIf
reverse
select
shuffle
sort
uniq
verifySelect