Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
at :: PrimUnlifted element => UnliftedArray element -> Int -> forall result. result -> (element -> result) -> result Source #
replicateIO :: PrimUnlifted a => Int -> IO a -> IO (UnliftedArray a) Source #
generate :: PrimUnlifted a => Int -> (Int -> IO a) -> IO (UnliftedArray a) Source #
traverse_ :: (Monad m, PrimUnlifted a) => (a -> m ()) -> UnliftedArray a -> m () Source #