Immutable finite list objects with constant-time equality testing (===) and no memory leaks
Javascript data structures (e.g., Map, Set) that support deep object equality
Equality checking functions that work for both primitive types and objects, including nested objects and cyclic objects with a circular reference.
Mimics SolidJS's createSignal()
and createMemo()
but with deep equality checks
Performs a deep equality check on two members, with support for custom equality function for primitive types.