haskell / haskell/vector

Vector analog of peekArray

Open
#68 14 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.