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.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Map over the elements of an SmallUnliftedArray.
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.
readSmallUnliftedArray :: PrimUnlifted a => SmallMutableUnliftedArray s a -> Int -> ST s aprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Execute a stateful computation and freeze the resulting array.
-
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.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
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.
singletonSmallUnliftedArray :: PrimUnlifted a => a -> SmallUnliftedArray aprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST Yields the length of an UnliftedArray.
smallUnliftedArrayFromList :: PrimUnlifted a => [a] -> SmallUnliftedArray aprimitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.