caffeine
caffeine copied to clipboard
Optimize/Inline `as_int` and `as_ptr`
Based on my explorations it should be "valid" to implement these as transfer(p, i) and transfer(i, p) respectively and not need to call C functions. That said we should potentially safeguard that with a check that sizeof(i) == sizeof(p).