Tests the value of a particular bit in its argument. Returns true if the index’th bit in integer is a one-bit; otherwise it returns false.
Negative integers are treated as if they were in two’s-complement notation.
sealed
| index | An instance of <integer>. |
| integer | An instance of <general-integer>. |
| boolean | An instance of <boolean>. |