Operator functions #6
Jomy10
started this conversation in
Syntax & language features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Operator functions will be declared in one of these ways (still to be decided):
Operator functions are special functions, they allow you to do things like the following:
Not sure
op (lhs: i32)++
will be the same as(lhs: i32) ++
(variable++
vsvariable ++
)variable++
instead ofvariable ++
Beta Was this translation helpful? Give feedback.
All reactions