usagi / rust-memory-container-cs

Rust Memory Container Cheat-sheet
MIT License
2.37k stars 80 forks source link

Integral vs Integer #10

Open Legend-of-iPhoenix opened 3 years ago

Legend-of-iPhoenix commented 3 years ago

Towards the top of the image, one of the footnotes associates int with integral, which is incorrect when talking about the primitive datatype. See Rust By Example for instance.

image