Entity new_mut_wire
pub entity new_mut_wire<T>() -> inv TExpand
Creates an standalone inv value.
This function is an old remnant of earlier versions of Spade and it shall not be used anymore.
Instead, use port to get a pair of (T, inv T) that are internally connected, or port.1 to
get a standalone inv value as a drop-in replacement.