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
In the current specification, "add" is not defined.
infra/infra.bs
Lines 1492 to 1493 in 0805cea
Therefore, insert in ordered set is missing the “do nothing in case of duplicate item” statement.
There should be a definition for ordered set like append or prepend.
append
prepend
The text was updated successfully, but these errors were encountered:
Can you give an example of a spec that needs insert, and for which append/prepend does not suffice?
Sorry, something went wrong.
My understanding is that insert is already defined for set as well as list.
insert
<dfn export for=list,set>insert</dfn>
Is this incorrect?
Yes, I'm just wondering if we should delete that and rely on people using append/prepend instead.
It seems necessary to investigate how much the ordered set insert is being referenced.
No branches or pull requests
What is the issue with the Infra Standard?
In the current specification, "add" is not defined.
infra/infra.bs
Lines 1492 to 1493 in 0805cea
Therefore, insert in ordered set is missing the “do nothing in case of duplicate item” statement.
There should be a definition for ordered set like
append
orprepend
.The text was updated successfully, but these errors were encountered: