bitwiseOr function

VARP bitwiseOr(
  1. VARP x,
  2. VARP y
)

Implementation

VARP bitwiseOr(VARP x, VARP y) => F.bitwiseOr(x, y);