Module

Screeps.IntMap

Package
purescript-screeps-classy
Repository
purescript/purescript-screeps

#IntMap Source

newtype IntMap a

#keys Source

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

#lookup Source

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