LinkedList.popBack

Decrements the back iteration position by one

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@nogc @safe nothrow pure
void
popBack
()

Meta