Zobrazeno 1 - 1
of 1
pro vyhledávání: '"Joshua Yanovski"'
Publikováno v:
Proceedings of the ACM on Programming Languages
The Rust language offers a promising approach to safe systems programming based on the principle of aliasing XOR mutability : a value may be either aliased or mutable, but not both at the same time. However, to implement pointer-based data structures