mlx_vector_string_append_value function

  1. @Native<Int Function(mlx_vector_string, Pointer<Char>)>(mlx_vector_string, ffi.Pointer<ffi.Char>)>()
int mlx_vector_string_append_value(
  1. mlx_vector_string vec,
  2. Pointer<Char> val
)

Implementation

@ffi.Native<ffi.Int Function(mlx_vector_string, ffi.Pointer<ffi.Char>)>()
external int mlx_vector_string_append_value(
  mlx_vector_string vec,
  ffi.Pointer<ffi.Char> val,
);