julia
a6c46912
- Deprecate map(f, ::AbstractSet)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
Deprecate map(f, ::AbstractSet) `map` on sets previously returned a `Set`, possibly changing the order or number of elements. This behavior is deprecated and in the future `map` will preserve order and number of elements. Fixes #26359.
References
#26980 - Deprecate map(f, ::AbstractSet)
Author
mbauman
Parents
fe99c4aa
Loading