We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3987d0 commit 7cea6a2Copy full SHA for 7cea6a2
documentation/leo/04_operators.md
@@ -1102,7 +1102,7 @@ let b: u8 = a.shr(1u8); // 1u8
1102
1103
#### Description
1104
1105
-Shifts `first` right by `second` bits, storing the result in `destination`.
+Shifts `first` right by `second` bits, storing the result in `destination`. The operation halts if the shift distance exceeds the bit size of `first`.
1106
1107
#### Supported Types
1108
0 commit comments