Appearance
function bit_or( this: void, left: number, right: number): number;
Apply bitwise OR to two signed integers.
this
void
left
number
right
Result of left | right.
left | right