On Monday, 2 August 2021 at 14:51:07 UTC, H. S. Teoh wrote:
This is intentional, in order to make it easier to write generic code without always having to special-case functions that don't return anything.
Ooh that indeed seems useful. Thanks for the hint.Also slightly off topic, but when would one use an alias instead of a function/delegate? I haven't used aliases before.