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