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.
foldlSmallUnliftedArray' :: PrimUnlifted a => (b -> a -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray Strict left-associated fold over the elements of an SmallUnliftedArray.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray 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 No documentation available.
foldrSmallUnliftedArray' :: PrimUnlifted a => (a -> b -> b) -> b -> SmallUnliftedArray a -> bprimitive-unlifted Data.Primitive.Unlifted.SmallArray Strict right-associated fold over the elements of an 'SmallUnliftedArray.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Freezes a portion of a SmallMutableUnliftedArray, yielding a SmallUnliftedArray. This operation is safe, in that it copies the frozen portion, and the existing mutable array may still be used afterward.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Yields the length of a MutableUnliftedArray.
indexSmallUnliftedArray :: PrimUnlifted a => SmallUnliftedArray a -> Int -> aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Effectful indexed traversal of the elements of an SmallUnliftedArray, discarding the resulting values.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Map over the elements of an SmallUnliftedArray.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Creates a new MutableUnliftedArray with the specified value as initial contents.