Modulo operator, wrapping around to remain within I16.
I16 operator %(I16 other) => I16((value % other.value).toSigned(16));