h3Line method

int h3Line(
  1. int start,
  2. int end,
  3. Pointer<Uint64> out
)

Implementation

int h3Line(
  int start,
  int end,
  ffi.Pointer<ffi.Uint64> out,
) {
  return _h3Line(
    start,
    end,
    out,
  );
}