On Monday, 6 June 2016 at 15:34:18 UTC, chmike wrote:
On Monday, 6 June 2016 at 15:28:35 UTC, John wrote:
Thank you John and Adam. That was a quick answer !

Too late but another option would have been to put an alias this on a bool getter:

struct Info
{
    bool getStuff()
    {
        return true;
    }

    alias getStuff this;
}

Reply via email to