bitwiseAnd constant

Precedence const bitwiseAnd

Implementation

static const Precedence bitwiseAnd = Precedence._(BITWISE_AND_PRECEDENCE);