@rimbu/commonEqOn this pagetype Eq<T>A function returning true if given v1 and v2 should be considered equal.Companion namespace: EqDefinitionexport type Eq<T> = (v1: T, v2: T) => boolean;