A type that creates a circuit from a tuple of outputs. This type represents a complete circuit instance, constructed from its output gates. The type parameter Outputs defines the structure of the circuit’s outputs.

Signature

pub extern type Circuit;