Vector analog of peekArray
Open
- Dominant language
- Haskell
- Stars
- 400
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
In Foreign.Marshal.Array there exists the function `peekArray :: Storable a => Int -> Ptr a -> IO [a]`
Would it be sensible to add `peekVector :: Storable a => Int -> Ptr a -> IO (Vector a)` to this package?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.