Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- padded :: Int -> Vector Word8 -> Vector Word8
- foldMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m
- mapAccumL :: forall a b c. (Storable b, Storable c) => (a -> b -> (a, c)) -> a -> Vector b -> (a, Vector c)
- mmap :: Storable a => FilePath -> IO (Vector a)
- constructSI :: forall a s. Storable a => Int -> (Int -> s -> (s, a)) -> s -> (s, Vector a)
Documentation
mapAccumL :: forall a b c. (Storable b, Storable c) => (a -> b -> (a, c)) -> a -> Vector b -> (a, Vector c) Source #