String.length

struct String
@property const @nogc nothrow pure @safe
size_t
length
()

Return Value

Type: size_t

The number of code units that are required to encode the string.

Meta