WriteBuffer.capacity

struct WriteBuffer(T = ubyte)
@property const
size_t
capacity
()
if (
isScalarType!T
)

Return Value

Type: size_t

The size of the internal buffer.

Meta