Hoogle Search
Within LTS Haskell 24.0 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
module Rebase.Data.Vector.
Unboxed No documentation available.
module Data.Vector.Fixed.
Unboxed Adaptive array type which picks vector representation from type of element of array. For example arrays of Double are backed by ByteArray, arrays of Bool are represented as bit-vector, arrays of tuples are products of arrays. Unbox type class is used to describe representation of an array.
-
unboxing-vector Data.Vector.Unboxing No documentation available.
fromUnboxedVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Vector a -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
toUnboxedVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => Vector a -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
-
unboxing-vector Data.Vector.Unboxing.Mutable No documentation available.
fromUnboxedMVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => MVector s a -> MVector s aunboxing-vector Data.Vector.Unboxing.Mutable No documentation available.
toUnboxedMVector :: (Unboxable a, Rep a ~ a, IsTrivial a ~ 'True) => MVector s a -> MVector s aunboxing-vector Data.Vector.Unboxing.Mutable No documentation available.
Page 1 of 1