mlx_stream_get_index function

  1. @Native<Int Function(Pointer<Int>, mlx_stream)>(ffi.Pointer<ffi.Int>, mlx_stream)>()
int mlx_stream_get_index(
  1. Pointer<Int> index,
  2. mlx_stream stream
)

Return the index of the stream.

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Int>, mlx_stream)>()
external int mlx_stream_get_index(
  ffi.Pointer<ffi.Int> index,
  mlx_stream stream,
);