Generic.CompareCustom compare function metadata key.
If a gist or field defines a value for this key, the Fun.Generic.compare function uses it for comparing the values.
Using a function that always returns 0 like Compare.ignore can also be used to indicate that a value or field should not influence the comparison.
val ignore : 'a tignore v0 v1 is 0.
val mem : ('a, 'b) Type.Gist.Meta.t2 -> boolval add : 'b t -> ('a, 'b) Type.Gist.Meta.t2 -> ('a, 'b) Type.Gist.Meta.t2val find : ('a, 'b) Type.Gist.Meta.t2 -> 'b t optionval remove : ('a, 'b) Type.Gist.Meta.t2 -> ('a, 'b) Type.Gist.Meta.t2