Commits

Daniel Dunbar committed e80994c709e
[Utility] Kill partition(). - This extension was under-utilized to merit its inclusion as a base type extension; for one, Swift has great features for dynamically selecting things during iteration (which avoids creation of an unnecessary temporary array), and for another in other cases it is better to keep the different objects disjoint to start with.