pub unsafe fn eq_inline<T>(a: ValuePayload, b: ValuePayload) -> boolExpand description
Inline eq: reconstruct both sides and compare.
ยงSafety
Both payloads must hold bytes stored by store_inline for T.
pub unsafe fn eq_inline<T>(a: ValuePayload, b: ValuePayload) -> boolInline eq: reconstruct both sides and compare.
Both payloads must hold bytes stored by store_inline for T.