indexOfAny

Finds the first occurence of any of the characters in chars

@safe pure
sizediff_t
indexOfAny
(
const(char)[] str
,
const(char)[] chars
)

Meta