EVALUATION
It certainly is NOT worthy of a byte code. Might be worth a library routine.
###@###.### 2001-10-23
We intend to add a fairly complete set of "bit-twiddling" methods to Integer and perhaps Long in the next major release (code-named "Tiger"). In addition to the requested methods, this set might include count one bits (AKA population count), get leading one bit, count trailing zeros and get trailing one bit. Other suggestions welcome.
###@###.### 2001-10-23
Byte swapping routines for shorts, ints, and longs would be useful for New I/O
and could be intrinsified down to one or two machine instructions on most
processors we support. Putting such routines in the public API would be
beneficial to customers.
###@###.### 2003-04-23
|