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 + druntime#2483" |
|
|
||
| /// Determine number of entries in associative array. | ||
| extern (C) size_t _aaLen(in AA aa) pure nothrow @nogc | ||
| extern (C) size_t _aaLen(in AssocArray!(void, void)* aa) pure nothrow @nogc |
There was a problem hiding this comment.
perhaps alias AssocArray!(void, void) to AA, to avoid repetition.
|
As this wasn't referenced, there's also this previous effort which contains a lot of discussions. |
|
cc @teodutu |
This is an attempt to continue @somzzz 's work. Please see #1985 for reference