Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
asUVector :: UVector a -> UVector aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
asVector :: Vector a -> Vector aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod Break up a stream of values into vectors of size n. The final vector may be smaller than n if the total number of values is not a strict multiple of n. No empty vectors will be yielded.
fromByteVector :: SVector Word8 -> ByteStringclassy-prelude-yesod ClassyPrelude.Yesod Convert a storable Vector into a ByteString.
sinkVector :: forall v a (m :: Type -> Type) o . (Vector v a, PrimMonad m) => ConduitT a o m (v a)classy-prelude-yesod ClassyPrelude.Yesod Sink incoming values into a vector, growing the vector as necessary to fit more elements. Note that using this function is more memory efficient than sinkList and then converting to a Vector, as it avoids intermediate list constructors. Subject to fusion
-
classy-prelude-yesod ClassyPrelude.Yesod Sink incoming values into a vector, up until size maxSize. Subsequent values will be left in the stream. If there are less than maxSize values present, returns a Vector of smaller size. Note that using this function is more memory efficient than sinkList and then converting to a Vector, as it avoids intermediate list constructors. Subject to fusion
toByteVector :: ByteString -> SVector Word8classy-prelude-yesod ClassyPrelude.Yesod Convert a ByteString into a storable Vector.
_recs_vector :: Records r c -> Vector rcolumnar Text.Columnar No documentation available.
_rows_vector :: Rows c -> Vector (Row c)columnar Text.Columnar No documentation available.
-
funcmp FMP.Picture No documentation available.