string before it needs to be reallocated. May be larger than @len.
String.allocatedLen
size_t allocatedLen() @propertyGet allocatedLen field.
Returns
the number of bytes that can be stored in the
void allocatedLen(size_t propval) @propertySet allocatedLen field.
Parameters
propval | the number of bytes that can be stored in the string before it needs to be reallocated. May be larger than @len. |