2018-09-16
1.0.0
Jorge Martins
All
All
Components, Libraries
[Overview]
Provides bitwise binary operators and conversion functions to and from binary string representation.
[Detail]
Exposes the underlying stack's bitwise operators and conversion functions to be used in your applications. Does not provide any extra checks or validations.
Supports:
Bitwise AND
Bitwise OR
Bitwise XOR
Bitwise NOT (with optional two's complement)
Shift Left
Shift Right
Unsigned Shift Right
Number to and from Binary string representation (maximum 64 binary digits)