getbit
const getbit: (column, pos) => Column = bit_get;Defined in: functions/bitwise.ts:23
Alias for bit_get.
Returns the value of the bit (0 or 1) at the specified position.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
pos | ColOrName |