Chunks.back

Bidirectional range primitives. Provided only if both hasSlicing!Source and hasLength!Source are true.

struct Chunks(Source)
@property
static if(isForwardRange!Source)
static if(hasSlicing!Source && hasLength!Source)
back
()
if (
isInputRange!Source
)

Meta