Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read/cfi: type parameter style changes (#726)
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.
- Loading branch information