fastIndexOf

Returns the index of the first occurrence of a value in a slice. Returns -1 if nor found.

package pure @nogc nothrow
ptrdiff_t
fastIndexOf
(
T
S
)
(
T[] t
,
S s
)

Meta