On Thursday, 24 January 2019 at 00:47:37 UTC, Ali Çehreli wrote:
Yeah, that can't work. Remove the bool-returning one and your code works with the 'alias this' above.
Wow, this is an amazing workaround! I didn't think about it in that way.
It perfectly solves the issue. Thank you!