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 No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Execute a stateful computation and freeze the resulting array.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Determines whether two MutableUnliftedArray values are the same. This is object/pointer identity, not based on the contents.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
singletonSmallUnliftedArray :: PrimUnlifted a => a -> SmallUnliftedArray aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Yields the length of an UnliftedArray.
smallUnliftedArrayFromList :: PrimUnlifted a => [a] -> SmallUnliftedArray aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
smallUnliftedArrayFromListN :: PrimUnlifted a => Int -> [a] -> SmallUnliftedArray aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
smallUnliftedArrayToList :: PrimUnlifted a => SmallUnliftedArray a -> [a]primitive-unlifted Data.Primitive.Unlifted.SmallArray Convert the unlifted array to a list.