operator & method

bool operator &(
  1. Trim rhs
)

Implementation

bool operator &(Trim rhs) => (_value & rhs._value) != 0;