dlangui v0.10.0 (2022-11-08T19:06:33Z)
Home
Dub
Repo
ObjectList.replace
dlangui
core
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
dlangui
core
collections
ObjectList
aliases
length
destructors
~this
functions
add
asArray
clear
get
indexOf
insert
opApply
opIndex
remove
replace
properties
count
variables
_count
_list
Replace item with another value, destroy old value.