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 Thaws a portion of a SmallUnliftedArray, yielding a SmallMutableUnliftedArray. This copies the thawed portion, so mutations will not affect the original array.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Effectfully traverse the elements of an SmallUnliftedArray, discarding the resulting values.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Freezes a MutableUnliftedArray, yielding an UnliftedArray. This simply marks the array as frozen in place, so it should only be used when no further modifications to the mutable array will be performed.
unsafeNewSmallUnliftedArray :: PrimMonad m => Int -> m (SmallMutableUnliftedArray (PrimState m) a)primitive-unlifted Data.Primitive.Unlifted.SmallArray Creates a new MutableUnliftedArray. This function is unsafe because it initializes all elements of the array as pointers to the empty array. Attempting to read one of these elements before writing to it is in effect an unsafe coercion from UnliftedArray a to the element type.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray Thaw a SmallUnliftedArray, yielding a SmallMutableUnliftedArray. This does not make a copy.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
newtype
SmallMutableUnliftedArray# s (a :: UnliftedType)primitive-unlifted Data.Primitive.Unlifted.SmallArray.Primops No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.Primops No documentation available.
newtype
SmallUnliftedArray# (a :: UnliftedType)primitive-unlifted Data.Primitive.Unlifted.SmallArray.Primops No documentation available.
SmallUnliftedArray# :: SmallArray# a -> SmallUnliftedArray# (a :: UnliftedType)primitive-unlifted Data.Primitive.Unlifted.SmallArray.Primops No documentation available.