100-exercises-to-learn-rust/exercises/04_traits/01_trait/src
Fangyi Zhou 5bb9333ae9
Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20)
Without an explicit suffix, the compiler is able to use the i32
implementation without the need for an u32 implementation.
2024-05-22 11:04:04 +02:00
..
lib.rs Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20) 2024-05-22 11:04:04 +02:00