Data.StringMap.Strict

Map type

data StringMap v

type Key

Operators

(!)

Query

value

valueWithDefault

null

size

member

lookup

findWithDefault

prefixFind

prefixFindWithKey

prefixFindWithKeyBF

Construction

empty

singleton

Insertion

insert

insertWith

insertWithKey

Delete/Update

delete

update

updateWithKey

Combine

Union

union

unionWith

unionWithKey

Difference

difference

differenceWith

differenceWithKey

Traversal

Map

map

mapWithKey

mapM

mapWithKeyM

mapMaybe

Folds

fold

foldWithKey

Conversion

keys

elems

Lists

fromList

toList

toListBF

Maps

fromMap

toMap

Debugging

space

keyChars

Prefix and Fuzzy Search

prefixFindCaseWithKey

prefixFindNoCaseWithKey

prefixFindNoCase

lookupNoCase

prefixFindCaseWithKeyBF

prefixFindNoCaseWithKeyBF

lookupNoCaseBF