operator | method

JSGN operator |(
  1. JSGN other
)

Implementation

JSGN operator |(JSGN other) => JSGN.from(value | other.value);