fastIndexOfAny

Returns the index of the first occurrence of any of the values in the second slice inside the first one.

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

Meta