Chunks.save

Forward range primitives. Only present if Source is a forward range.

struct Chunks(Source)
@property
static if(isForwardRange!Source)
typeof(this)
save
()
if (
isInputRange!Source
)

Meta