fastIndexOfNeither

Returns the index of the first occurrence of a value of the first slice that does not appear in the second.

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

Meta