| ... | ... | @@ -6650,7 +6650,7 @@ async fn func(y: *i32) void { |
| 6650 | 6650 | {#header_open|@clz#} |
| 6651 | 6651 | <pre>{#syntax#}@clz(comptime T: type, integer: T){#endsyntax#}</pre> |
| 6652 | 6652 | <p> |
| 6653 | | This function counts the number of leading zeroes in {#syntax#}integer{#endsyntax#}. |
| 6653 | This function counts the number of most-significant (leading in a big-Endian sense) zeroes in {#syntax#}integer{#endsyntax#}. |
| 6654 | 6654 | </p> |
| 6655 | 6655 | <p> |
| 6656 | 6656 | If {#syntax#}integer{#endsyntax#} is known at {#link|comptime#}, |
| ... | ... | @@ -6792,7 +6792,7 @@ test "main" { |
| 6792 | 6792 | {#header_open|@ctz#} |
| 6793 | 6793 | <pre>{#syntax#}@ctz(comptime T: type, integer: T){#endsyntax#}</pre> |
| 6794 | 6794 | <p> |
| 6795 | | This function counts the number of trailing zeroes in {#syntax#}integer{#endsyntax#}. |
| 6795 | This function counts the number of least-significant (trailing in a big-Endian sense) zeroes in {#syntax#}integer{#endsyntax#}. |
| 6796 | 6796 | </p> |
| 6797 | 6797 | <p> |
| 6798 | 6798 | If {#syntax#}integer{#endsyntax#} is known at {#link|comptime#}, |