Chunks.popBack

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

struct Chunks(Source)
static if(isForwardRange!Source)
static if(hasSlicing!Source && hasLength!Source)
void
popBack
()
if (
isInputRange!Source
)

Meta