mlx_array_item_bool function
Access the value of a scalar array.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Bool>, mlx_array)>()
external int mlx_array_item_bool(ffi.Pointer<ffi.Bool> res, mlx_array arr);
Access the value of a scalar array.
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Bool>, mlx_array)>()
external int mlx_array_item_bool(ffi.Pointer<ffi.Bool> res, mlx_array arr);