julia
a28e553e
- Remove single-argument methods for `map`, `foreach`, `Iterators.map` (#52631)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Remove single-argument methods for `map`, `foreach`, `Iterators.map` (#52631) In the case of `map` and `foreach`, this removes awkward functionality. `Iterators.map(::Any)`, on the other hand, already threw.
References
#52631 - remove single-argument methods for `map`, `foreach`, `Iterators.map`
Author
nsajko
Parents
8c49e5e4
Loading