dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
UIStringCollection.indexOf
dlangui
core
i18n
UIStringCollection
Return index of first item with specified text or -1 if not found.
int
indexOf
(dstring str)
struct
UIStringCollection
const
int
indexOf
(
dstring
str
)
int
indexOf
(string strId)
int
indexOf
(UIString str)
Meta
Source
See Implementation
dlangui
core
i18n
UIStringCollection
functions
add
addAll
clear
get
indexOf
opAssign
opIndex
opIndexAssign
opSlice
remove
properties
empty
length
Return index of first item with specified text or -1 if not found.