https://issues.dlang.org/show_bug.cgi?id=22665
--- Comment #6 from [email protected] --- (In reply to Walter Bright from comment #4) > "shall be capable of representing the values of" is not the same as being > the same type. Yes, but it means that the implicit conversion is safe, in the same way that converting a short to an int is safe, or that (int & 0x7f) is allowed to implicitly convert to byte. --
