bug#75761: request make-bytevector/pointers
Matt Wette <[email protected]> Wed, 22 Jan 2025 07:05:11 -0800
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
make-bytevector allocates pointerless memory. For using bytevectors to store structures used with C libraries we really need pointer-search, I believe. Please add. Matt