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