Module always_equal::prod[][src]

Should be used for non-test builds

Structs

AlwaysEqual

In prod mode, AlwaysEqual <T> has the same size as T. Debug and Display are passed through if T implements them. PartialEq always returns false in prod mode.