Remove duplicate of anySatisfy implementation#6763
Conversation
|
Thanks for your pull request and interest in making D better, @edi33416! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + phobos#6763" |
|
I presume that the druntime versions of these traits will use my recent additions to |
druntime's
core.internal.traits.anySatisfyis a copy of the same code. This PR removes the code duplication and the required double maintenance ofanySatisfy.