Stream.length

Length of the stream.

class Stream
@nogc nothrow @safe abstract @property
ptrdiff_t
length
()

Return Value

Type: ptrdiff_t

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

Meta