ReadBuffer.length

struct ReadBuffer(T = ubyte)
@property const
size_t
length
()
if (
isScalarType!T
)

Return Value

Type: size_t

Data size.

Meta