chore: format a bit and add just fmt

This commit is contained in:
multisn8 2024-01-18 20:29:41 +01:00
parent 1c3012fb32
commit 23ffbe39dc
Signed by: multisamplednight
GPG key ID: 6D525AA147CBDAE2
7 changed files with 20 additions and 14 deletions

View file

@ -32,7 +32,7 @@ One dimensional list of 32 bit signed integers:
[i32]
```
Due to inference, you'll also be able to use that in some mathematical operations with integers:
Due to inference, you'll also be able to use that in some mathematical operations with integers:
`[i32] + i32` is a valid operation, for example (of course, you can't add types.) But that wouldn't add the second one to the list, but rather add the single i32 to all values in the left hand side list). That would also work with more dimensional arrays and dynamic streams like videos.