Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
make Bag/Mix.list more hashy, returning .pairs
Bags and Mixes are more naturally hashy, so we'll default to returning .pairs in list context. Set, however, still returns only .keys for its default list, since the values are uninterestingly true. (cf RT #121947)
- Loading branch information