as this can break some invalid code (the code where people usingproperties as functions)Does @property ever make sense for a free floating function? I would have thought no but was recently asked to add it if using the function with uniform call syntax.https://github.com/D-Programming-Language/dub/pull/455#discussion_r21430311
After a quick grep I see phobos uses quite a few free floating @property...
