dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
ObjectList.replace
collections
ObjectList
Replace item with another value, destroy old value.
void
replace
(
T
item
,
int
index
)
struct
ObjectList
(T)
void
replace
(
T
item
,
int
index
)
void
replace
(
T
newItem
,
T
oldItem
)
Meta
Source
See Implementation
collections
ObjectList
functions
add
clear
get
indexOf
insert
opIndex
remove
replace
properties
count
Replace item with another value, destroy old value.