pub unsafe fn eq_inline<T>(a: ValuePayload, b: ValuePayload) -> boolExpand 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.