rustlings-solutions/exercises/primitive_types
Jon Erling Hustadnes a5e4133516
Make primitive_types3 require at least 100 elements
Made the function panic if it's not long enough
2023-09-08 16:42:16 +02:00
..
primitive_types1.rs
primitive_types2.rs
primitive_types3.rs Make primitive_types3 require at least 100 elements 2023-09-08 16:42:16 +02:00
primitive_types4.rs
primitive_types5.rs
primitive_types6.rs
README.md

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