provekit_noirc_driver 1.0.0-beta.20-alpha.1

Noir compiler driver.
Documentation
1
2
3
/// True if executed in an unconstrained or comptime context, false otherwise.
#[builtin(is_unconstrained)]
pub fn is_unconstrained() -> bool {}