isImplicitlyConvertible!(int,ulong) is true. Maybe this is just
me, but I get the impression that this is quite nuts. Why is an
implicit conversion from a signed to an unsigned type possible?
The other way round would be at least somewhat understandable if
there's a static check that the values actually fit.
- Why is int implicitly convertible to ulong? Hannes Steffenhagen
- Re: Why is int implicitly convertible to ulong? Ali Çehreli
- Re: Why is int implicitly convertible to ulong? Xinok
- Re: Why is int implicitly convertible to ulong? Jonathan M Davis
- Re: Why is int implicitly convertible to ulong? Xinok
- Re: Why is int implicitly convertible to ulon... Hannes Steffenhagen
- Re: Why is int implicitly convertible to ... Jonathan M Davis
- Re: Why is int implicitly convertible to ... Ali Çehreli
