mlx_array_item_complex64 function

  1. @Native<Int Function(Pointer<mlx_complex64_t>, mlx_array)>(ffi.Pointer<mlx_complex64_t>, mlx_array)>()
int mlx_array_item_complex64(
  1. Pointer<mlx_complex64_t> res,
  2. mlx_array arr
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_complex64_t>, mlx_array)>()
external int mlx_array_item_complex64(
  ffi.Pointer<mlx_complex64_t> res,
  mlx_array arr,
);