← Back to context Comment by dminik 7 hours ago I wish languages made it easier (or possible) to track index ownership at compile time. 1 comment dminik Reply afdbcreid 5 hours ago You can in Rust! You just bundle it with a lifetime.But... This loses the reason people are using indices to begin with: because the borrow checker cannot track what they do.
afdbcreid 5 hours ago You can in Rust! You just bundle it with a lifetime.But... This loses the reason people are using indices to begin with: because the borrow checker cannot track what they do.
You can in Rust! You just bundle it with a lifetime.
But... This loses the reason people are using indices to begin with: because the borrow checker cannot track what they do.