https://issues.dlang.org/show_bug.cgi?id=15892
--- Comment #1 from Nick Treleaven <[email protected]> --- Note: A normal alias for `get` also works (as a workaround) instead of the property line above: alias get = Static.payload; --
https://issues.dlang.org/show_bug.cgi?id=15892
--- Comment #1 from Nick Treleaven <[email protected]> --- Note: A normal alias for `get` also works (as a workaround) instead of the property line above: alias get = Static.payload; --