mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
5bb9333ae9
Without an explicit suffix, the compiler is able to use the i32 implementation without the need for an u32 implementation. |
||
---|---|---|
.. | ||
00_intro | ||
01_trait | ||
02_orphan_rule | ||
03_operator_overloading | ||
04_derive | ||
05_str_slice | ||
06_deref | ||
07_sized | ||
08_from | ||
09_assoc_vs_generic | ||
10_clone | ||
11_copy | ||
12_drop | ||
13_outro |