William D. Neumann

Results 6 comments of William D. Neumann

This is assigned to @HanaisMe. It'll be "officially" assigned once the permissions get set up properly.

Not sure how I missed this issue when it was created, but I'm glad to see this. There's been an issue with the swift track's CircleCI setup for a while...

Combining `map` and `flatMap` into one exercise. Hopefully they don't need to be split.

Considering merging this and flat-map into `map`, especially if `compactMap` gets moved to filter. The concepts are all related, so I am trying to come up with the best arrangement...

Considering splitting out `compactMap` from map and merging it into this and making `map` a prerequisite, as `compactMap` is essentially a lazy map composed with a filter for non-nil values.