()
| 655 | |
| 656 | // Swap inputs without letting either input go dead during the swap. |
| 657 | public Node swap12() { |
| 658 | unlock(); // Hash is order dependent |
| 659 | _inputs.swap(1,2); |
| 660 | return this; |
| 661 | } |
| 662 | |
| 663 | /** |
| 664 | * Does this node contain all constants? Ignores in(0), as is usually |