I add two new parameterless methods to OrderedSet (and OrderedBag): First() and Last() which return the first (smallest) and last (largest) items in the set. I also added these to the View class that's returned by Range(), RangeFrom(), and RangeTo().
Read More...