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.
emptySmallUnliftedArray :: forall (unlifted_a :: UnliftedType) a . SmallUnliftedArray_ unlifted_a aprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
foldlSmallUnliftedArray :: PrimUnlifted a => (b -> a -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Lazy left-associated fold over the elements of an SmallUnliftedArray.
foldlSmallUnliftedArray' :: PrimUnlifted a => (b -> a -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Strict left-associated fold over the elements of an SmallUnliftedArray.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Strict effectful left-associated fold over the elements of an SmallUnliftedArray.
foldrSmallUnliftedArray :: PrimUnlifted a => (a -> b -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
foldrSmallUnliftedArray' :: PrimUnlifted a => (a -> b -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Strict right-associated fold over the elements of an 'SmallUnliftedArray.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Freezes a portion of a MutableUnliftedArray, yielding an UnliftedArray. This operation is safe, in that it copies the frozen portion, and the existing mutable array may still be used afterward.
getSizeofSmallMutableUnliftedArray :: SmallMutableUnliftedArray s e -> ST s Intprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Yields the length of a MutableUnliftedArray.
indexSmallUnliftedArray :: PrimUnlifted a => SmallUnliftedArray a -> Int -> aprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Effectful indexed traversal of the elements of an SmallUnliftedArray, discarding the resulting values.