dlangide v0.5.7 (2015-12-10T13:40:30Z)
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
destructors
~this
functions
add
clear
get
indexOf
insert
opIndex
remove
replace
properties
count
variables
_count
_list
Replace item with another value, destroy old value.