Import lang/pharo version 1.4
[dports.git] / math / p5-Bit-ShiftReg / pkg-descr
1 Bit::ShiftReg is a perl module that implements rotate left, rotate right,
2 arithmetic shift left, and logical shift right operations with carry flag for
3 all C integer types. The results depend on the number of bits with that the
4 integer types unsigned char, unsigned short, unsigned int, and unsigned long
5 have on your machine. The module automatically determines the number of bits of
6 each integer type and adjusts its internal constants accordingly.
7
8 WWW: http://search.cpan.org/dist/Bit-ShiftReg/