Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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