From 15294e76cf4c452e35c18d91eb713964f6b81598 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Sun, 3 Feb 2013 16:49:48 +0000 Subject: [PATCH] Added missing dup property For some reason dup wasn't documented for AAs. --- hash-map.dd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hash-map.dd b/hash-map.dd index 7662c382c2..eb73fda833 100644 --- a/hash-map.dd +++ b/hash-map.dd @@ -221,6 +221,13 @@ Properties for associative arrays are: Unlike for dynamic arrays, it is read-only. ) ) + + $(TR + $(TD $(B .dup)), + $(TD Create a new associative array of the same size + and copy the contents of the associative array into it. + ) + ) $(TR $(TD $(B .keys))