strcspn

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