logoalt Hacker News

kibwentoday at 12:54 AM0 repliesview on HN

More than that, in theory an opaque handle would also do things like statically prevent a handle taken from one array from being used to access a different array. I feel like this should be possible in Rust with type-level shenanigans (e.g. GhostCell).