Primitive types (overview)

Primitive types are those types that are provided for us. In other languages, they would be the likes of int, float, and char. In Rust, we have i32, d32, and i8 (respectively). Rust provides the developer with 19 primitives, some of which will provide additional implementations.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset