rustlings_solutions/primitive_types
2024-01-17 14:52:52 -05:00
..
primitive_types1.rs ye 2024-01-17 14:52:52 -05:00
primitive_types2.rs ye 2024-01-17 14:52:52 -05:00
primitive_types3.rs ye 2024-01-17 14:52:52 -05:00
primitive_types4.rs ye 2024-01-17 14:52:52 -05:00
primitive_types5.rs ye 2024-01-17 14:52:52 -05:00
primitive_types6.rs ye 2024-01-17 14:52:52 -05:00
README.md ye 2024-01-17 14:52:52 -05:00

Primitive Types

Rust has a couple of basic types that are directly implemented into the compiler. In this section, we'll go through the most important ones.

Further information