On Monday, 5 October 2015 at 21:29:20 UTC, Namespace wrote: > But you can simply relinquish alias this and use opDispatch. > Problem solved. There is std.typecons.Proxy which may do the trick. It provides forwarding while disallowing implicit conversion. It might make sense to reimplement `scoped` in terms of Proxy, I don't know.