dlangui v0.10.7 (2024-03-11T09:32:36Z)
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.