Skip to content

fix: add missing AtomicOperation.mutate() types #122

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vwkd
Copy link

@vwkd vwkd commented May 31, 2025

This adds the missing AtomicOperation.mutate() type. Also, it moves the referenced KvMutation type to the same file and adds missing docs.

Not sure if this is right. The prose for the docs are copied from the official docs for KvMutation and AtomicOperation.mutate(). However, there's no exported type KvU64 so can't link to it with {@linkcode KvU64} - similar references in other methods like sum seem to be removed. Also, couldn't figure out how to replicate the same prose wrap formatting.

Fixes #121.

@vwkd vwkd marked this pull request as ready for review June 3, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing mutate() in AtomicOperation
1 participant