Skip to main content

sparse_vec_bundle

Function sparse_vec_bundle 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sparse_vec_bundle( a: *const SparseVecHandle, b: *const SparseVecHandle, ) -> *mut SparseVecHandle
Expand description

Bundle two SparseVecs

ยงSafety

  • All handles must be valid
  • Returns a new handle that must be freed with sparse_vec_free