mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 09:25:11 +00:00
Merge pull request #1346 from shawnl/doc
doc: @addWithOverflow also returns if overflow occured
This commit is contained in:
commit
dcf3869acd
@ -826,6 +826,7 @@ a +%= b</code></pre></td>
|
||||
<td>Wrapping Addition.
|
||||
<ul>
|
||||
<li>Guaranteed to have twos-complement wrapping behavior.</li>
|
||||
<li>See also {#link|@addWithOverflow#}.</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user