storable-record-0.0.3: Elegant definition of Storable instances for records
Foreign.Storable.FixedArray
roundUp :: Int -> Int -> IntSource
sizeOfArray :: Storable a => Int -> a -> IntSource
pokeNext :: Storable a => a -> StateT (Ptr a) IO ()Source
peekNext :: Storable a => StateT (Ptr a) IO aSource
run :: Ptr (t a) -> StateT (Ptr a) IO c -> IO cSource