Skip to content

Commit

Permalink
Merge pull request #249 from John-Colvin/patch-2
Browse files Browse the repository at this point in the history
Added missing dup property
  • Loading branch information
alexrp committed Feb 3, 2013
2 parents 7b7b42f + 15294e7 commit 432c9e8
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 432c9e8

Please sign in to comment.