Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .flat_map{} instead of .map{}.flatten
In this particular case, they are semantically equivalent, but flat_map is shorter and faster.
- Loading branch information