h3IsValid method

int h3IsValid(
  1. int h
)

Implementation

int h3IsValid(
  int h,
) {
  return _h3IsValid(
    h,
  );
}