ByBlock.front

struct ByBlock(T, Stream)
@property ref const pure nothrow
const(T)
front
()
if (
isSource!Stream
)

Return Value

Type: const(T)

The current block in the stream.

Meta