ghostty_render_state_row_iterator_new function

GhosttyResult ghostty_render_state_row_iterator_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyRenderStateRowIterator> out_iterator
)

Implementation

GhosttyResult ghostty_render_state_row_iterator_new(
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<GhosttyRenderStateRowIterator> out_iterator,
) => GhosttyResult.fromValue(
  _ghostty_render_state_row_iterator_new(allocator, out_iterator),
);