Update Examples

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

@ -184,4 +184,12 @@ fn main()
2.1, 2.2
println! "{:?}" matrix
```
</td></tr></table>
</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