Commit 4942e4e870
Changed files (1)
doc/langref.html.in
@@ -9804,8 +9804,8 @@ pub fn main() !void {
{#header_close#}
{#header_open|Builtin Overflow Functions#}
<p>
- These builtins return a {#syntax#}bool{#endsyntax#} of whether or not overflow
- occurred, as well as returning the overflowed bits:
+ These builtins return a tuple containing whether there was an overflow
+ (as a {#syntax#}u1{#endsyntax#}) and the possibly overflowed bits of the operation:
</p>
<ul>
<li>{#link|@addWithOverflow#}</li>