highestOneBit static method
from: static public long highestOneBit(long j)
Implementation
static core$_.int highestOneBit(
core$_.int j,
) {
final _$$classRef = _class.reference;
return _highestOneBit(_$$classRef.pointer, _id_highestOneBit.pointer, j)
.long;
}