UU.DData.Map
Map type
data
Map
k a
Operators
(!)
(\\)
Query
isEmpty
size
member
lookup
find
findWithDefault
Construction
empty
single
Insertion
insert
insertWith
insertWithKey
insertLookupWithKey
Delete/Update
delete
adjust
adjustWithKey
update
updateWithKey
updateLookupWithKey
Combine
Union
union
unionWith
unionWithKey
unions
Difference
difference
differenceWith
differenceWithKey
Intersection
intersection
intersectionWith
intersectionWithKey
Traversal
Map
map
mapWithKey
mapAccum
mapAccumWithKey
Fold
fold
foldWithKey
Conversion
elems
keys
assocs
Lists
toList
fromList
fromListWith
fromListWithKey
Ordered lists
toAscList
fromAscList
fromAscListWith
fromAscListWithKey
fromDistinctAscList
Filter
filter
filterWithKey
partition
partitionWithKey
split
splitLookup
Subset
subset
subsetBy
properSubset
properSubsetBy
Indexed
lookupIndex
findIndex
elemAt
updateAt
deleteAt
Min/Max
findMin
findMax
deleteMin
deleteMax
deleteFindMin
deleteFindMax
updateMin
updateMax
updateMinWithKey
updateMaxWithKey
Debugging
showTree
showTreeWith
valid