dlangide v0.7.15 (2016-10-13T06:46:58Z)
Home
Dub
Repo
Collection.indexOf
collections
Collection
returns index of first occurence of item, size_t.max if not found
struct
Collection
(T, bool ownItems = false)
size_t
indexOf
(
T
item
)
Meta
Source
See Implementation
collections
Collection
destructors
~this
functions
add
addAll
clear
indexOf
opApply
opIndex
opOpAssign
pushBack
pushFront
remove
removeValue
properties
back
empty
front
length
popBack
popFront
size
returns index of first occurence of item, size_t.max if not found