取模函数<T>

T 取模函数<T>(
  1. Object? first,
  2. Object? second
)

对两个值执行 JavaScript 取模运算(%)。

实现

external T modulo<T>(Object? first, Object? second);