tango ~master (2025-06-29T14:40:56.0544651)
Dub
Repo
find_.fn
tango
core
Array
find_
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
fn
(Elem[] buf, Elem pat, Pred pred)
template
find_
(Elem, Pred = IsEqual!(Elem))
version(!TangoDoc)
size_t
fn
(
Elem
[]
buf
,
Elem
pat
,
Pred
pred
=
Pred.init
)
size_t
fn
(Elem[] buf, Elem[] pat, Pred pred)
Meta
Source
See Implementation
tango
core
Array
find_
functions
fn