Jump to content

Overloaded operators: Difference between revisions

m
Line 235:
are parsed as infix operators with the same precedence as +. There are many other operator
symbols that can be used as prefix or as infix operators once defined as a function in Julia.
<br /><br />
As a language, much of Julia is organized around the concept of multiple dispatch. Because
the language dispatches function calls according to the types of the function arguments,
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.