mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 12:27:41 +00:00
docs: add comment about operator overloading
This commit is contained in:
parent
c81a4b3e3d
commit
8700f4d2b1
@ -754,6 +754,10 @@ pub fn main() void {
|
||||
{#header_close#}
|
||||
{#header_close#}
|
||||
{#header_open|Operators#}
|
||||
<p>
|
||||
There is no operator overloading. When you see an operator in Zig, you know that
|
||||
it is doing something from this table, and nothing else.
|
||||
</p>
|
||||
{#header_open|Table of Operators#}
|
||||
<div class="table-wrapper">
|
||||
<table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user