The OpenD Programming Language

Indexed.popBack

Range primitives

struct Indexed(Source, Indices)
static if(isBidirectionalRange!Indices)
void
popBack
()
if (
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta