On Tuesday, 9 September 2025 at 00:40:31 UTC, Brother Bill wrote:
>https://tour.dlang.org/tour/en/gems/opdispatch-opapply
This states: "Any unknown member function call to that type is passed to opDispatch, passing the unknown member function's name as a string template parameter."
Specs are often declarative but the compiler(especially walters compiler) and the machine it run on is imperative
It should say "if overload resolution inside a struct is failing, try a hack where an opDispatch is called"