cellsToDirectedEdge method
@defgroup cellsToDirectedEdge cellsToDirectedEdge Functions for cellsToDirectedEdge @{ / /** @brief returns the directed edge H3Index for the specified origin and destination
Implementation
int cellsToDirectedEdge(
int origin,
int destination,
ffi.Pointer<H3Index> out,
) {
return _cellsToDirectedEdge(
origin,
destination,
out,
);
}