mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
not a rust operator
This commit is contained in:
parent
a88914b5e7
commit
d370bf2b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
Let's look at Rust (from [the reference](https://doc.rust-lang.org/stable/reference/expressions.html))
|
||||||
- multiplicative (`*`, `/`, `%`)
|
- multiplicative (`*`, `/`, `%`)
|
||||||
- additive (`+`, `-`)
|
- additive (`+`, `-`)
|
||||||
- bit shifts (`<<`, `>>`, `>>>`)
|
- bit shifts (`<<`, `>>`)
|
||||||
- bit and (`&`)
|
- bit and (`&`)
|
||||||
- bit xor (`^`)
|
- bit xor (`^`)
|
||||||
- bit or (`|`)
|
- bit or (`|`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue