Update Examples

Glen Whitney 2024-08-22 03:33:20 +00:00
parent eb213e1ec2
commit 45f0a32eff

@ -185,3 +185,11 @@ fn main()
println! "{:?}" matrix
```
</td></tr></table>
#### Arrays and slices
Not really anything new in this subsection; we don't currently expect that Husht will make material changes in array/slice declaration or indexing.
### Custom Types
#### Structures