RXTraversal

Rob Rix: Perhaps more damningly, it’s particularly difficult to compose NSFastEnumeration, e.g. to produce objects based on the enumeration of some other object, as with a map, or worse, a convolution function (e.g. zip, zipWith). This led me to decide that NSFastEnumeration is not the correct interface for these tasks […] Therefore I set about … Continue reading RXTraversal