![]() A base type of `_gcpointer` works ok for traditional Racket as a kind of "maybe it's GCable, so treat it that way just in case". That approach doesn't work for Racket CS, where `_gpointer` has to mean "definitely GCable memory". Although the difference is unfortunate, making Racket CS base `(_bytes o <n>)` on `_pointer` is consistent with the way plain `_bytes` is like `_pointer` in Racket CS and like `_gcpointer` in traditional Racket. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |