On Monday, 27 February 2017 at 14:27:21 UTC, Stefan Koch wrote:
> op-dispatch is a runtime feature.
> It takes a string which is avilable at compile-time and passes
> it as a runtime parameter.
Completely false. It runs opDispatch!("the_string") which is
totally compile time.