Skip to content

Commit

Permalink
mirror dict note about insertion order for keyset
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 21, 2023
1 parent eb80592 commit 92466ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ $items is vec<_>; // true
A `keyset` is an ordered data structure without duplicates. It is
created with the `keyset[]` syntax.

A `keyset` can only contain `string` or `int` values.
A `keyset` can only contain `string` or `int` values. `keyset`s are
ordered according to the insertion order.


```Hack
Expand Down

0 comments on commit 92466ce

Please sign in to comment.