julia
a6c46912 - Deprecate map(f, ::AbstractSet)

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.
Author
Parents
Loading