Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソースには、 がありelems = toListます。なぜ両方の機能が必要なのでしょうか?
elems = toList
Hackage の Data.Set
これは、ほとんどのコレクションが提供するパターンの一部です。セットの場合、鍵はありませんのでelems = toList. ただし、 のようなものでは、値Mapを返すだけtoListの連想リストelemsを返します。
Map
toList
elems
そのため、Map、IntSet Array、IntMap.
IntSet
Array
IntMap