mlx_vector_string_new_value function

  1. @Native<mlx_vector_string Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>()
mlx_vector_string mlx_vector_string_new_value(
  1. Pointer<Char> val
)

Implementation

@ffi.Native<mlx_vector_string Function(ffi.Pointer<ffi.Char>)>()
external mlx_vector_string mlx_vector_string_new_value(
  ffi.Pointer<ffi.Char> val,
);