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

read/cfi: type parameter style changes #726

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Commits on Jun 27, 2024

  1. read/cfi: type parameter style changes

    This is preparation for an Address type parameter.
    
    Rename some storage type parameters from A to S. This is for consistency
    with other existing uses, and frees up A to be used for Address.
    
    Also use where clauses for long type parameter lists, since these
    will be even longer with the Address parameter.
    philipc committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    38617b5 View commit details
    Browse the repository at this point in the history