mlx_vector_array_set function
- @Native<Int Function(Pointer<
mlx_vector_array> , mlx_vector_array)>(ffi.Pointer<mlx_vector_array>, mlx_vector_array)>()
- Pointer<
mlx_vector_array> vec, - mlx_vector_array src
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_vector_array>, mlx_vector_array)>()
external int mlx_vector_array_set(
ffi.Pointer<mlx_vector_array> vec,
mlx_vector_array src,
);