We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_constant
Given a CircuitBuilder, it's not currently possible to define new constants to pass to parametric operations.
CircuitBuilder
We should define a
pub fn add_constant(&mut self, value: impl Into<Value>) -> Wire;
similar to Dataflow::add_load_value.
Dataflow::add_load_value
The text was updated successfully, but these errors were encountered:
feat: CircuitBuilder::add_constant (#1168)
15c3ea9
Closes #1163. ~~Blocked by #1142.~~
aborgna-q
Successfully merging a pull request may close this issue.
Given a
CircuitBuilder
, it's not currently possible to define new constants to pass to parametric operations.We should define a
similar to
Dataflow::add_load_value
.The text was updated successfully, but these errors were encountered: