Skip to main content

eq_inline

Function eq_inline 

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

Inline eq: reconstruct both sides and compare.

ยงSafety

Both payloads must hold bytes stored by store_inline for T.