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.

  1. asUVector :: UVector a -> UVector a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  2. asVector :: Vector a -> Vector a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  3. conduitVector :: forall v a (m :: Type -> Type) . (Vector v a, PrimMonad m) => Int -> ConduitT a (v a) m ()

    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.

  4. fromByteVector :: SVector Word8 -> ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a storable Vector into a ByteString.

  5. 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

  6. sinkVectorN :: forall v a (m :: Type -> Type) o . (Vector v a, PrimMonad m) => Int -> ConduitT a o m (v a)

    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

  7. toByteVector :: ByteString -> SVector Word8

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a ByteString into a storable Vector.

  8. _recs_vector :: Records r c -> Vector r

    columnar Text.Columnar

    No documentation available.

  9. _rows_vector :: Rows c -> Vector (Row c)

    columnar Text.Columnar

    No documentation available.

  10. DirVector :: Point -> Dir'

    funcmp FMP.Picture

    No documentation available.

Page 124 of many | Previous | Next