flexibitility

This commit is contained in:
nora 2022-07-23 20:54:24 +02:00
parent f512d4cb32
commit ee62954a66

View file

@ -13,7 +13,7 @@ draft = false
+++
We have all used `Box<T>` before in our Rust code. It's a glorious type, with great ergonomics
and flexibitility. We can use it to put our values on the heap, but it can do even more
and flexibility. We can use it to put our values on the heap, but it can do even more
than that!
```rust