#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_dependency_set_is_empty(
d: *mut DependencySet,
) -> boolExpand description
Returns true if a DependencySet is empty.
ยงSafety
The argument must be a valid DependencySet pointer.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_dependency_set_is_empty(
d: *mut DependencySet,
) -> boolReturns true if a DependencySet is empty.
The argument must be a valid DependencySet pointer.