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

Value-model re-exports: the word, its payload, type descriptors, and the export hook live in crate::value, the single representation for every type. Inline eq: reconstruct both sides and compare.

ยงSafety

Both payloads must hold bytes stored by store_inline for T.