operator & method

NetworkTypes operator &(
  1. NetworkTypes other
)

Implementation

NetworkTypes operator &(NetworkTypes other) =>
    NetworkTypes(value & other.value);