Module

Data.IntMap

Package
purescript-intmap
Repository
purescript/purescript-intmap

Use dictionary as Int -> Any mapping,

#IntMap Source

newtype IntMap a

#keys Source

keys :: forall a. IntMap a -> Array Int

#lookup Source

lookup :: forall a. Int -> IntMap a -> Maybe a
Modules
Data.IntMap