reflect: export DeepValueEqual #32321
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
Performance
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
I have two values with type reflect.Value. I would like to call reflect.DeepEquals on them. Currently I'm doing it this way:
This seems like a waste of cpu time, as DeepEqual will just wrap them again with reflect.Value.
Would it be possible to add a method like this?
The text was updated successfully, but these errors were encountered: