ScopeBuffer.length

size_t length() @property const

Returns

The number of elements in the ScopeBuffer.
void length(size_t i) @property

Used to shrink the length of the buffer, typically to 0 so the buffer can be reused. Cannot be used to extend the length of the buffer.