On 2020-01-18 13:16, Brad Gilbert wrote:

Note that Int:D does NOT do any coercions.

Int:D() does do coercions.

Specifically Int:D() is short for Int:D(Any). Which means it coerces from Any to Int, and the result must be defined.

Does the same apply to UInt:D and UInt:D()?

Reply via email to