mlx_vector_int_append_value function

  1. @Native<Int Function(mlx_vector_int, Int)>(mlx_vector_int, ffi.Int)>()
int mlx_vector_int_append_value(
  1. mlx_vector_int vec,
  2. int val
)

Implementation

@ffi.Native<ffi.Int Function(mlx_vector_int, ffi.Int)>()
external int mlx_vector_int_append_value(mlx_vector_int vec, int val);