SortedList.popBack

Decrements the back iteration position by one

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

Meta