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

--- Comment #4 from [email protected] ---
Alternate syntax:

    if (canFind!((a) => a is null)(b)) { ... }

--

Reply via email to