ScopedBuffer.length

Gets the current length of the scoped buffer as a property.

struct ScopedBuffer(T, size_t bytes = 4096)
scope const @property
size_t
length
()
if (
bytes &&
T.sizeof <= bytes
)