We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fe233 commit 3052ed2Copy full SHA for 3052ed2
src/rt/aaA.d
@@ -485,7 +485,13 @@ pure nothrow @nogc unittest
485
// API Implementation
486
//------------------------------------------------------------------------------
487
488
-/// Allocate new AA implementation.
+/** Allocate associative array data.
489
+ * Called for `new SomeAA` expression.
490
+ * Params:
491
+ * ti = TypeInfo for the associative array
492
+ * Returns:
493
+ * A new associative array.
494
+ */
495
extern (C) AA _aaNew(const TypeInfo_AssociativeArray ti)
496
{
497
AA aa;
0 commit comments