Expand description
Identity and constant nodes.
Structs§
- Const
Ext - SRD 71 — leaf const for
Value::Ext-typed values (Partition, PartitionSpec, PartitionList, …). - Const
Handle - Emit a fixed
Value::Handle(no inputs). - Const
Str - The
const_strnode. - Const
U64 - Emit a fixed u64 value (no inputs).
- Identity
- Passthrough: output equals input. Polymorphic via PolyWire: the
runtime port type is resolved by the assembler from the upstream
wire’s type and passed to
Identity::new(input_type). - Port
Passthrough - Passthrough for external port values (captures).