()
| 648 | |
| 649 | // Swap inputs without letting either input go dead during the swap. |
| 650 | public Node swap12() { |
| 651 | unlock(); // Hash is order dependent |
| 652 | _inputs.swap(1,2); |
| 653 | return this; |
| 654 | } |
| 655 | |
| 656 | /** |
| 657 | * Does this node contain all constants? Ignores in(0), as is usually |