On Wednesday, 14 April 2021 at 22:23:38 UTC, Timon Gehr wrote: > For example, above, the semantics of `T[]` and `T delegate(S)` > are not fully compositional, because they have special cases > for `T = void`. > How is void delegate(S) a spcial case? Great post, BTW.