logos.lang.writ.equal

Module lang · package logos-lang

Functions

fnequal

fn equal(a: WAny, b: WAny) -> bool

Returns whether a and b are structurally (deep) equal by value. Recurses through arrays/maps; bails to false past WEQUAL_MAX_DEPTH rather than overflowing the stack. Int and float never compare equal cross-type.