feat: introduce pointer thing type #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce pointer thing type for FFI.
I've changed my mind and will no longer make a separate type type for a pointer, instead pointers will be in the core module as an alias to long for now.
Nevermind, pointer types will be useful :3
Never mind, they should be type attributes (like references) but I don't care enough to implement them right now.