byBlock

Helper function for constructing a block range.

@property
byBlock
(
T
Stream
)
(
Stream stream
)
if (
isSource!Stream
)

Examples

import std.algorithm : equal;
import std.range : take;

Meta