logos.mem.writ.equal
Module mem · package logos-mem
Functions
fnwrit_equal
fn writ_equal(a: WAny, b: WAny) -> bool
Returns whether a and b are structurally equal by value semantics.
Recurses into arrays/maps/typed values; deep enough input (> 4096 levels) is
reported as not-equal rather than overflowing the native stack.