mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
flexibitility
This commit is contained in:
parent
f512d4cb32
commit
ee62954a66
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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!
|
than that!
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue