Expand description
Code related to processing overloaded binary and unary operators.
Enumsยง
- BinOp
Category ๐ - Op ๐
- An assignment op (e.g.
a += b
), or a binary op (e.g.a + b
).
Functionsยง
- deref_
ty_ ๐if_ possible - Dereferences a single level of immutable referencing.
- is_
builtin_ ๐binop - Returns
true
if this is a built-in arithmetic operation (e.g., u32 - lang_
item_ ๐for_ binop - lang_
item_ ๐for_ unop