Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. 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

  2. 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

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

    gi-harfbuzz GI.HarfBuzz.Functions

    Creates a hash representing map. Since: 4.4.0

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

    gi-harfbuzz GI.HarfBuzz.Functions

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

  5. 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

  6. mapKeys :: (HasCallStack, MonadIO m) => MapT -> SetT -> m ()

    gi-harfbuzz GI.HarfBuzz.Functions

    Add the keys of map to keys. Since: 7.0.0

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

    gi-harfbuzz GI.HarfBuzz.Functions

    Fetches the next key/value pair in map. Set idx to -1 to get started. If the map is modified during iteration, the behavior is undefined. The order in which the key/values are returned is undefined. Since: 7.0.0

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

    gi-harfbuzz GI.HarfBuzz.Functions

    Stores key:value in the map. Since: 1.7.7

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

    gi-harfbuzz GI.HarfBuzz.Functions

    Add the contents of other to map. Since: 7.0.0

  10. mapValues :: (HasCallStack, MonadIO m) => MapT -> SetT -> m ()

    gi-harfbuzz GI.HarfBuzz.Functions

    Add the values of map to values. Since: 7.0.0

Page 294 of many | Previous | Next