fn hasUniqueRepresentation(comptime T: type) bool

True if every value of the type T has a unique bit pattern representing it. In other words, T has no unused bits and no padding.

Parameters

T: type,