src/pylib/numTypes/ints/bitops
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Templates
exportIntBitOps
exportIntBitOps()
Source
Edit
Templates
template
exportIntBitOps
(
)
{.
dirty
.}
Warning:
<<
causes overflow silently. Yet Python's int never overflows.
Currently
shr
is also
arithm
shr
, but it used to be
logic
shr
Source
Edit