lift package:contiguous
Lift an array (i.e. point to the data through an intervening thunk).
Lift an accumulating hash function over the elements of the array,
returning the final accumulated hash.
Lift a mutable array (i.e. point to the data through an intervening
thunk).
A type synonym for a
SmallUnliftedArray_ containing lifted
values of a particular type. As a general rule, this type synonym
should not be used in class instances—use
SmallUnliftedArray_
with an equality constraint instead. It also should not be used when
defining newtypes or datatypes, unless those will have restrictive
type roles regardless—use
SmallUnliftedArray_ instead.
A type synonym for an
UnliftedArray_ containing lifted values
of a particular type. As a general rule, this type synonym should not
be used in class instances—use
UnliftedArray_ with an equality
constraint instead. It also should not be used when defining newtypes
or datatypes, unless those will have restrictive type roles
regardless—use
UnliftedArray_ instead.
Unlift an array (i.e. point to the data without an intervening thunk).
Unlift a mutable array (i.e. point to the data without an intervening
thunk).