fls method

int fls(
  1. int arg0
)
inherited

Implementation

int fls(
  int arg0,
) {
  return _fls(
    arg0,
  );
}