September 25
https://issues.dlang.org/show_bug.cgi?id=24785

--- Comment #1 from Bolpat <qs.il.paperinik@gmail.com> ---
This would enable things like:
```d
allSatisfy!(function template(T) => is(T : Object), ...)
```

Although requiring some modifications to `allSatisfy` to make it call a function pointer or delegate with zero arguments if given one via `alias`.

--
September 25
https://issues.dlang.org/show_bug.cgi?id=24785

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

--