getRes0Cells method

int getRes0Cells(
  1. Pointer<Uint64> out
)

@brief provides all base cells in H3Index format

Implementation

int getRes0Cells(
  ffi.Pointer<ffi.Uint64> out,
) {
  return _getRes0Cells(
    out,
  );
}