mlx_vector_int_free function

  1. @Native<Int Function(mlx_vector_int)>(mlx_vector_int)>()
int mlx_vector_int_free(
  1. mlx_vector_int vec
)

Implementation

@ffi.Native<ffi.Int Function(mlx_vector_int)>()
external int mlx_vector_int_free(mlx_vector_int vec);