RCXString.capacity

Returns the maximum number of character this string can store without requesting more memory.

struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow const @property @nogc
size_t
capacity
()

Meta