strpbrk

extern (C) @system nothrow @nogc
inout(char)*
strpbrk
pure
(
return inout(char)* s1
,
scope const char* s2
)
Suggestion Box / Bug Report