mlx_vector_string_free function

  1. @Native<Int Function(mlx_vector_string)>(mlx_vector_string)>()
int mlx_vector_string_free(
  1. mlx_vector_string vec
)

Implementation

@ffi.Native<ffi.Int Function(mlx_vector_string)>()
external int mlx_vector_string_free(mlx_vector_string vec);