I’d like to see CHOMp implementing a -select HOM. Example:
NSArray *src = [NSArray arrayWithObjects:@"foo", @"bar", @"baz", nil]; NSArray *selection = [[src select] hasPrefix:@"b"]; // Selection == { bar, baz }
Log in to post a comment.