Skip to content

Use value receivers for BasicBlock methods #61

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: master
Choose a base branch
from

Conversation

gammazero
Copy link
Contributor

The BasicBlock struct is very small and all of its methods are read-only. Using a value receiver is efficient and clear.

  • Update description of Block interface to describe its importance for interoperability.
  • Update dependencies

The BasicBlock struct is very small and all of its methods are read-only. Using a value receiver is efficient and clear.

- Update description of Block interface to describe its importance for interoperability.
- Update dependencies
@gammazero gammazero force-pushed the basicblock-value-receiver branch from 9ecd728 to 6213ec1 Compare June 19, 2025 04:23
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.

1 participant