operator & method

int operator &(
  1. int other
)

See the int documentation

Implementation

int operator &(int other) => other & value;