![]() When a {u,s}16vector points to memory that's not bytes (e.g. from ffi) then referencing or setting the memory results in a Chez error: ``` foreign-set!: unrecognized type 'int16 ``` The fix is to change the type argument to `'integer-16` and `'unsigned-16`. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |