Operator: &*

  • operator &* {
  •                  associativity left
  •                  precedence
  •                  }

Declarations

func &* <T : _IntegerArithmetic>(_: T, rhs: T)

Multiplies lhs and rhs, silently discarding any overflow.

Declaration