SetContainsFn

Type Alias SetContainsFn 

Source
pub type SetContainsFn = unsafe fn(set: PtrConst, value: PtrConst) -> bool;
Expand description

Check if the set contains a value

ยงSafety

The set parameter must point to aligned, initialized memory of the correct type.