fn hasUniqueRepresentation(comptime T: type) bool
[src]
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.
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.