EvenChunks.popBack

Indexing, slicing and bidirectional operations and range primitives. Provided only if hasSlicing!Source is true.

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

Meta