Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newIntArray :: IO (ForeignPtr IntArray) Source #
intArray_empty :: ForeignPtr IntArray -> IO CBool Source #
intArray_size :: ForeignPtr IntArray -> IO CSize Source #
intArray_at_s :: ForeignPtr IntArray -> CSize -> IO Int64 Source #
intArray_push_back_l :: ForeignPtr IntArray -> Int64 -> IO () Source #
intArray_fromList :: ForeignPtr IntArray -> [Int64] -> IO () Source #
intArray_toList :: ForeignPtr IntArray -> IO [Int64] Source #