Commit graph

16 commits

Author SHA1 Message Date
1eff21e93e oh neat. A three bit digest. The const's are inlined once used 2023-01-15 16:07:14 -05:00
ceda46b8d1 inferring, but then attempting to convert integer types 2023-01-15 14:55:55 -05:00
70ca7bb74d inferring types 2023-01-15 14:52:11 -05:00
baec55b750 matrices and transposing. Also compiling dead code 2023-01-15 14:36:15 -05:00
4247c43b1b for range over the array, rather than index 2023-01-14 21:12:23 -05:00
5540cb62c4 oh good, the .into() can be added even if the type already matches 2023-01-14 21:09:13 -05:00
773b9cbafb glad to see 'implicit' conversions are now explicit as of rust 1.66.1 2023-01-14 20:57:36 -05:00
45a76f19ff function with generic parameters 2023-01-14 20:23:04 -05:00
f7e268c839 methods on a struct 2023-01-14 16:04:26 -05:00
bb36d8fe90 fizzbuzz interview question 2023-01-14 15:37:45 -05:00
a3136725b5 String buffer and immutable ref to a string slice 2023-01-14 15:21:59 -05:00
4518c489dc immutable slice and borrowed slice 2023-01-14 15:16:11 -05:00
de5218c5dd oh interesting. Dangling reference not allowed.
```
error[E0597]: `x` does not live long enough
```
2023-01-14 15:08:36 -05:00
0a2003dfc8 playing with the mutable references 2023-01-14 14:44:29 -05:00
62b4865c9c references 2023-01-14 13:59:47 -05:00
aaa0c9143e compound types 2023-01-14 13:57:39 -05:00