dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
ObjectList.replace
dlangui
core
collections
ObjectList
Replace item with another value, destroy old value.
void
replace
(T item, int index)
void
replace
(T newItem, T oldItem)
struct
ObjectList
(T)
void
replace
(
T
newItem
,
T
oldItem
)
Meta
Source
See Implementation
dlangui
core
collections
ObjectList
destructors
~this
functions
add
clear
get
indexOf
insert
opApply
opIndex
remove
replace
properties
count
variables
_count
_list
Replace item with another value, destroy old value.