mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 04:25:01 +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))
|
||||
- multiplicative (`*`, `/`, `%`)
|
||||
- additive (`+`, `-`)
|
||||
- bit shifts (`<<`, `>>`, `>>>`)
|
||||
- bit shifts (`<<`, `>>`)
|
||||
- bit and (`&`)
|
||||
- bit xor (`^`)
|
||||
- bit or (`|`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue