Skip to content
New issue

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

atomic-(add|sub)-fetch not documented or indexed #4382

Open
lizmat opened this issue Oct 14, 2023 · 1 comment
Open

atomic-(add|sub)-fetch not documented or indexed #4382

lizmat opened this issue Oct 14, 2023 · 1 comment
Labels
docs Documentation issue (primary issue type)

Comments

@lizmat
Copy link
Collaborator

lizmat commented Oct 14, 2023

The title says it all.

@lizmat lizmat added the docs Documentation issue (primary issue type) label Oct 14, 2023
@codesections
Copy link
Collaborator

It also looks like none of the atomic operators are documented in /language/operators. Here's the full list (taken from /language/unicode_ascii in case anyone feels like taking a crack at adding them)

  ⚛=  | atomic-assign    |
  ⚛   | atomic-fetch     | this is the prefix:<⚛> operator
  ⚛+= | atomic-add-fetch |
  ⚛-= | atomic-sub-fetch |
  ⚛−= | atomic-sub-fetch | this operator uses U+2212 minus sign
  ++⚛ | atomic-inc-fetch |
  ⚛++ | atomic-fetch-inc |
  --⚛ | atomic-dec-fetch |
  ⚛-- | atomic-fetch-dec |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

2 participants