String.len

size_t len() @property

Get len field.

Returns

contains the length of the string, not including the

terminating nul byte.

void len(size_t propval) @property

Set len field.

Parameters

propvalcontains the length of the string, not including the terminating nul byte.