comparison runtime/internal/lifetime.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 635f91212b78
comparison
equal deleted inserted replaced
716:b654bb98d31d 717:a26b0c5d5942
1089 +/ 1089 +/
1090 1090
1091 1091
1092 /** 1092 /**
1093 * Support for array.dup property. 1093 * Support for array.dup property.
1094 * The actual type is painted on the return value by the frontend
1095 * Given length is number of elements
1096 * Returned length is number of elements
1094 */ 1097 */
1095 1098
1096 1099
1097 /** 1100 /**
1098 * 1101 *