getPentagons method

int getPentagons(
  1. int res,
  2. Pointer<Uint64> out
)

@brief generates all pentagons at the specified resolution

Implementation

int getPentagons(
  int res,
  ffi.Pointer<ffi.Uint64> out,
) {
  return _getPentagons(
    res,
    out,
  );
}