addOrSubtract static method

int addOrSubtract(
  1. int a,
  2. int b
)

Implementation

static int addOrSubtract(int a, int b) => a ^ b;