MemoryStream.length

Length of the stream.

class MemoryStream
@nogc nothrow @safe override @property
ptrdiff_t
length
()

Return Value

Type: ptrdiff_t

Length of the stream, or -1 if the length is unknown.

Meta