not a rust operator

This commit is contained in:
nora 2025-03-10 15:03:24 +01:00
parent a88914b5e7
commit d370bf2b2e

View file

@ -37,7 +37,7 @@ But it gets worse.
Let's look at Rust (from [the reference](https://doc.rust-lang.org/stable/reference/expressions.html))
- multiplicative (`*`, `/`, `%`)
- additive (`+`, `-`)
- bit shifts (`<<`, `>>`, `>>>`)
- bit shifts (`<<`, `>>`)
- bit and (`&`)
- bit xor (`^`)
- bit or (`|`)