https://issues.dlang.org/show_bug.cgi?id=13571
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Vladimir Panteleev <[email protected]> --- Probably the simplest way to implement this would be to make `tee` use `unaryFun`, and, if necessary, add `opCall` support to `unaryFun` instead. --
