originToDirectedEdges method
@defgroup originToDirectedEdges
originToDirectedEdges
Functions for originToDirectedEdges
@{
/
/** @brief Returns the 6 (or 5 for pentagons) edges associated with the H3Index
Implementation
int originToDirectedEdges(
int origin,
ffi.Pointer<H3Index> edges,
) {
return _originToDirectedEdges(
origin,
edges,
);
}