We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyset
Please complete the information below:
Keyset documentation: https://docs.hhvm.com/hack/arrays-and-collections/vec-keyset-and-dict#keyset
It should be noted that keysets preserve insertion order just like dict. The dict documentation includes the note:
dict
dicts are ordered according to the insertion order.
This note should be replicated for keysets, as in:
A keyset can only contain string or int values. keysets are ordered according to the insertion order.
string
int
Please don't change anything below this point.
The text was updated successfully, but these errors were encountered:
mirror dict note about insertion order for keyset
00458f0
Closes hhvm#1346
Successfully merging a pull request may close this issue.
Please complete the information below:
Where is the problem?
Keyset documentation:
https://docs.hhvm.com/hack/arrays-and-collections/vec-keyset-and-dict#keyset
What is the problem?
It should be noted that keysets preserve insertion order just like
dict
.The
dict
documentation includes the note:This note should be replicated for keysets, as in:
Please don't change anything below this point.
The text was updated successfully, but these errors were encountered: