Ref array types as alternative to pointers
Open
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
In llvm2, ref array types were used in places where this project used pointers (e.g. voidpp, int pointers, etc).
See https://github.com/dirk/llvm2/blob/master/lib/ref-types.js for definition of array types.
See https://github.com/dirk/llvm2/blob/master/lib/library.js for use of array types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.