mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
415 B
415 B
Pointers
Rust is a low level low-level programming language and focus on high level code performance, for this is necessary a good memory management and this infers on the use of pointers. Pointers is a primitive type, that allows to access the memory address of a variable, or the value alocated on an specific address.