Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. mapSmallUnliftedArray :: (PrimUnlifted a, PrimUnlifted b) => (a -> b) -> SmallUnliftedArray a -> SmallUnliftedArray b

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Map over the elements of an SmallUnliftedArray.

  2. newSmallUnliftedArray :: PrimUnlifted a => Int -> a -> ST s (SmallMutableUnliftedArray s a)

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Creates a new MutableUnliftedArray with the specified value as initial contents.

  3. readSmallUnliftedArray :: PrimUnlifted a => SmallMutableUnliftedArray s a -> Int -> ST s a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  4. runSmallUnliftedArray :: (forall s . () => ST s (SmallMutableUnliftedArray s a)) -> SmallUnliftedArray a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Execute a stateful computation and freeze the resulting array.

  5. sameSmallMutableUnliftedArray :: forall (unlifted_a :: UnliftedType) s a . SmallMutableUnliftedArray_ unlifted_a s a -> SmallMutableUnliftedArray_ unlifted_a s a -> Bool

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Determines whether two MutableUnliftedArray values are the same. This is object/pointer identity, not based on the contents.

  6. setSmallUnliftedArray :: PrimUnlifted a => SmallMutableUnliftedArray s a -> a -> Int -> Int -> ST s ()

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  7. shrinkSmallMutableUnliftedArray :: SmallMutableUnliftedArray s a -> Int -> ST s ()

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Shrink a mutable array to the specified size. The new size argument must be less than or equal to the current size.

  8. singletonSmallUnliftedArray :: PrimUnlifted a => a -> SmallUnliftedArray a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  9. sizeofSmallUnliftedArray :: forall (unlifted_e :: UnliftedType) e . SmallUnliftedArray_ unlifted_e e -> Int

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    Yields the length of an UnliftedArray.

  10. smallUnliftedArrayFromList :: PrimUnlifted a => [a] -> SmallUnliftedArray a

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

Page 520 of many | Previous | Next