strnlen

Find length of string up to maxlen

version(Posix)
extern (C) nothrow @nogc pure
size_t
strnlen
(
scope const char* str
,
size_t maxlen
)

Meta