_What would you need a pop operation for?_

There are two cases:

  * I know there is only one element left in the set, and I want to get this
  * The elements of a set are processed one at a time in _any order_ until the 
set is empty. But the algorithm doesn't fit a _for loop_


Reply via email to