cellToParent method
@defgroup cellToParent cellToParent Functions for cellToParent @{ / /** @brief returns the parent (or grandparent, etc) cell of the given cell
Implementation
int cellToParent(
int h,
int parentRes,
ffi.Pointer<H3Index> parent,
) {
return _cellToParent(
h,
parentRes,
parent,
);
}