Remix.run Logo
intalentive 13 hours ago

Seems correct. See point.spy in the playground here: https://spylang.github.io/spy/

# - the unsafe module allows C-level direct memory access to pointers and unsafe arrays

# - @struct maps directly to C structs

# - most users will never have to deal with this directly: using the unsafe` module is the equivalent of writing C extensions or using Cython