On Thursday, 2 July 2020 at 19:28:15 UTC, Nick Treleaven wrote: > In fact, maybe some types could benefit from intercepting > different operations at once: > > opNary(string[] ops, T...)(T args) What I'll say is off topic but what I wanted once is opDispatch(string[] members, T...)(T args) To solve a whole identifier chain ine one shot.