Skip to main content

eq_shared

Function eq_shared 

Source
pub unsafe fn eq_shared<T>(a: ValuePayload, b: ValuePayload) -> bool
where T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Expand description

Shared-heap eq: compare the shared values.

ยงSafety

Both payloads must co-own an Arc<T> buffer.