length

Returns C string length. If cstr is null returns 0.

@property pure nothrow @nogc
size_t
length
(
C
)
(
in C* cstr
)
if (
isSomeChar!C
)

Meta