Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toStorableVector :: (C sh, Storable a) => Array sh a -> Vector a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  2. fromStorableVector :: Storable a => Vector a -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  3. toStorableVector :: (C sh, Storable a) => Array sh a -> Vector a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  4. alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v c

    semialign Data.Align

    No documentation available.

  5. alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v c

    semialign Data.Semialign

    No documentation available.

  6. getInputMessageNumVectors :: MonadIO m => InputMessage -> m Word32

    gi-gio GI.Gio.Structs.InputMessage

    Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    get inputMessage #numVectors
    

  7. setInputMessageNumVectors :: MonadIO m => InputMessage -> Word32 -> m ()

    gi-gio GI.Gio.Structs.InputMessage

    Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    set inputMessage [ #numVectors := value ]
    

  8. module GI.Gio.Structs.InputVector

    Structure used for scatter/gather data input. You generally pass in an array of GInputVectors and the operation will store the read data starting in the first buffer, switching to the next as needed. Since: 2.22

  9. newtype InputVector

    gi-gio GI.Gio.Structs.InputVector

    Memory-managed wrapper type.

  10. InputVector :: ManagedPtr InputVector -> InputVector

    gi-gio GI.Gio.Structs.InputVector

    No documentation available.

Page 51 of many | Previous | Next