diff runtime/internal/aaA.d @ 717:a26b0c5d5942

Merged DMD 1.036. Improved comments a little in the runtime source code.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 17:06:17 +0200
parents 30b42a283c8e
children f5f8c21ce6ef
line wrap: on
line diff
--- a/runtime/internal/aaA.d	Wed Oct 22 15:35:46 2008 +0200
+++ b/runtime/internal/aaA.d	Wed Oct 22 17:06:17 2008 +0200
@@ -440,6 +440,8 @@
 
 /********************************************
  * Produce array of values from aa.
+ * The actual type is painted on the return value by the frontend
+ * This means the returned length should be the number of elements
  */
 
 void[] _aaValues(AA aa, size_t keysize, size_t valuesize)
@@ -585,6 +587,8 @@
 
 /********************************************
  * Produce array of N byte keys from aa.
+ * The actual type is painted on the return value by the frontend
+ * This means the returned length should be the number of elements
  */
 
 void[] _aaKeys(AA aa, size_t keysize)