dlangide v0.7.6 (2016-09-15T14:12:00Z)
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