strpbrk

extern (C) nothrow @nogc pure
inout(char)*
strpbrk
(
return scope inout(char)* s1
,
scope const char* s2
)

Meta