[Issue 16269] add `aa.ensureAllocated` method to associative array to clear and initialize it
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 13 10:31:56 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16269
--- Comment #7 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Just adding a note for myself when I make the PR, the AA is and always will be
an implementation pointer as the only member. I will check for null pointer in
wrapper rather than the runtime code to avoid extra opaque calls.
--
More information about the Digitalmars-d-bugs
mailing list