Bit (API)
From ComputerCraft Wiki
The Bit API is for manipulating bits of variables.
A list of functions:
Method name | Description |
---|---|
bit.tobits(n) | <no description given> |
bit.blshift(n, bits) | <no description given> |
bit.brshift(n, bits) | <no description given> |
bit.bxor(m, n) | <no description given> |
bit.bor(m, n) | <no description given> |
bit.band(m, n) | <no description given> |
bit.bnot(n) | <no description given> |
bit.tonumb(bit_tbl) | <no description given> |