On Tuesday, 27 October 2015 at 13:14:36 UTC, wobbles wrote:
How can `coordinates` member be known at compile-time when the input argument is a run-time string?I suspect through the opDispatch operator overload. http://dlang.org/operatoroverloading.html#dispatch
Yikes, this is such an anti-pattern. https://github.com/rejectedsoftware/vibe.d/issues/634
