Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapCopy :: (HasCallStack, MonadIO m) => MapT -> m MapT

    gi-harfbuzz GI.HarfBuzz.Functions

    Allocate a copy of map. Since: 4.4.0

  2. mapCreate :: (HasCallStack, MonadIO m) => m MapT

    gi-harfbuzz GI.HarfBuzz.Functions

    Creates a new, initially empty map. Since: 1.7.7

  3. mapDel :: (HasCallStack, MonadIO m) => MapT -> Word32 -> m ()

    gi-harfbuzz GI.HarfBuzz.Functions

    Removes key and its stored value from map. Since: 1.7.7

  4. mapGet :: (HasCallStack, MonadIO m) => MapT -> Word32 -> m Word32

    gi-harfbuzz GI.HarfBuzz.Functions

    Fetches the value stored for key in map. Since: 1.7.7

  5. mapGetEmpty :: (HasCallStack, MonadIO m) => m MapT

    gi-harfbuzz GI.HarfBuzz.Functions

    Fetches the singleton empty MapT. Since: 1.7.7

  6. mapGetPopulation :: (HasCallStack, MonadIO m) => MapT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Functions

    Returns the number of key-value pairs in the map. Since: 1.7.7

  7. mapHas :: (HasCallStack, MonadIO m) => MapT -> Word32 -> m Int32

    gi-harfbuzz GI.HarfBuzz.Functions

    Tests whether key is an element of map. Since: 1.7.7

  8. mapHash :: (HasCallStack, MonadIO m) => MapT -> m Word32

    gi-harfbuzz GI.HarfBuzz.Functions

    Creates a hash representing map. Since: 4.4.0

  9. mapIsEmpty :: (HasCallStack, MonadIO m) => MapT -> m Int32

    gi-harfbuzz GI.HarfBuzz.Functions

    Tests whether map is empty (contains no elements). Since: 1.7.7

  10. mapIsEqual :: (HasCallStack, MonadIO m) => MapT -> MapT -> m Int32

    gi-harfbuzz GI.HarfBuzz.Functions

    Tests whether map and other are equal (contain the same elements). Since: 4.3.0

Page 334 of many | Previous | Next