operator % method

Uint16 operator %(
  1. Uint16 other
)

Modulo remainder constraint matching natively bounded data models.

Implementation

Uint16 operator %(Uint16 other) => Uint16.from(value % other.value);