h3IsPentagon method

int h3IsPentagon(
  1. int h
)

Implementation

int h3IsPentagon(
  int h,
) {
  return _h3IsPentagon(
    h,
  );
}