src/pylib/numTypes/ints/bitops

Search:
Group by:
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