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

Add Unalign::update method (#212) #223

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Add Unalign::update method (#212) #223

merged 1 commit into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. Add Unalign::update method (#212)

    Adds the `Unalign::update` method, which allows updating an `Unalign`
    in-place via a callback. This works by temporarily moving the `Unalign`
    into the local stack frame in order to call the callback.
    
    Closes #206
    joshlf committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    58b3dcb View commit details
    Browse the repository at this point in the history