mlx_vector_string_set function

  1. @Native<Int Function(Pointer<mlx_vector_string>, mlx_vector_string)>(ffi.Pointer<mlx_vector_string>, mlx_vector_string)>()
int mlx_vector_string_set(
  1. Pointer<mlx_vector_string> vec,
  2. mlx_vector_string src
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<mlx_vector_string>, mlx_vector_string)
>()
external int mlx_vector_string_set(
  ffi.Pointer<mlx_vector_string> vec,
  mlx_vector_string src,
);