(dest int, src value)
| 596 | } |
| 597 | |
| 598 | func (l *State) move(dest int, src value) { l.setIndexToValue(dest, src) } |
| 599 | |
| 600 | // Replace moves the top element into the given valid index without shifting |
| 601 | // any element (therefore replacing the value at the given index), and then |
no test coverage detected