highestOneBit static method

int highestOneBit(
  1. int j
)

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;
}