divideUnsigned static method
from: static public long divideUnsigned(long j, long j1)
Implementation
static core$_.int divideUnsigned(
core$_.int j,
core$_.int j1,
) {
final _$$classRef = _class.reference;
return _divideUnsigned(
_$$classRef.pointer, _id_divideUnsigned.pointer, j, j1)
.long;
}