Skip to content

Commit

Permalink
Added missing dup property
Browse files Browse the repository at this point in the history
For some reason dup wasn't documented for AAs.
  • Loading branch information
John-Colvin committed Feb 3, 2013
1 parent 7b7b42f commit 15294e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hash-map.dd
Expand Up @@ -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))
Expand Down

0 comments on commit 15294e7

Please sign in to comment.