Const
Eq.fromSchema
Derive an equals function from a Schema.
Schema
An "equals function" a.k.a. Eq is kinda like lodash's deepEquals, except more performant. This is possible because when the shape of the values being compared is known ahead of time, we can optimize ahead of time, and only check what's necessary.
Eq
deepEquals
Eq.fromSchema
Derive an equals function from a
Schema
.An "equals function" a.k.a.
Eq
is kinda like lodash'sdeepEquals
, except more performant. This is possible because when the shape of the values being compared is known ahead of time, we can optimize ahead of time, and only check what's necessary.