|
|
|
|
|
by krallja
3266 days ago
|
|
The C type system prevents you from accidental creative interpretation of memory. You wouldn't say Rust is untyped just because of the `unsafe` keyword either. No such type safety exists in assembly, except that certain opcode-register combinations are prohibited. |
|