mlx_vector_int_get function
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Int>, mlx_vector_int, ffi.Size)>()
external int mlx_vector_int_get(
ffi.Pointer<ffi.Int> res,
mlx_vector_int vec,
int idx,
);
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Int>, mlx_vector_int, ffi.Size)>()
external int mlx_vector_int_get(
ffi.Pointer<ffi.Int> res,
mlx_vector_int vec,
int idx,
);