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

--- Comment #1 from Bolpat <qs.il.paperi...@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`.

--

Reply via email to