@traversable/schema
    Preparing search index...
    fromSchema: <S extends t_Schema>(term: S) => Equal<FixUnknown<S["_type"]>> = ...

    Derive an equals function from a 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.

    Type declaration