Function eq_values

Source
pub fn eq_values(a: &Value, b: &Value) -> bool
Expand description

Comparison helpers (implEq / implGt / implLt) simplified. Generic equality only covers primitive subset implemented in Value above. (The original JS allowed direct === which included string/int/bool.)