Skip to content

Commit

Permalink
Add note about key insertion order.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Jul 31, 2013
1 parent cb4d8bb commit 4fde566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hash-map.dd
Expand Up @@ -4,8 +4,10 @@ $(SPEC_S Associative Arrays,

$(P Associative arrays have an index that is not necessarily an integer,
and can be sparsely populated. The index for an associative array
is called the $(I key), and its type is called the $(I KeyType).
)
is called the $(I key), and its type is called the $(I KeyType).)

$(P $(BLUE $(B Note:)) The built-in associative arrays do not preserve the order
of the keys inserted into the array.)

$(P Associative arrays are declared by placing the $(I KeyType)
within the [ ] of an array declaration:
Expand Down

0 comments on commit 4fde566

Please sign in to comment.