Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Batts bb36d8fe90 fizzbuzz interview question 2023-01-14 15:37:45 -05:00
Vincent Batts a3136725b5 String buffer and immutable ref to a string slice 2023-01-14 15:21:59 -05:00
Vincent Batts 4518c489dc immutable slice and borrowed slice 2023-01-14 15:16:11 -05:00
Vincent Batts de5218c5dd oh interesting. Dangling reference not allowed.
```
error[E0597]: `x` does not live long enough
```
2023-01-14 15:08:36 -05:00
Vincent Batts 0a2003dfc8 playing with the mutable references 2023-01-14 14:44:29 -05:00
Vincent Batts 62b4865c9c references 2023-01-14 13:59:47 -05:00
Vincent Batts aaa0c9143e compound types 2023-01-14 13:57:39 -05:00