SList.popBack

Pop the back element or throw an error if the list is empty. Part of the bidirectional range interface.

struct SList(T)
void
popBack
()

Meta