https://issues.dlang.org/show_bug.cgi?id=23955
--- Comment #2 from Vladimir Panteleev <[email protected]> --- For the above puzzle, the workaround/solution is to declare both a template overload and non-template overloads for the method. The lambdas (function templates) will resolve onto the overload set, and everything else can use the template. --
