#Loqi[aaronpk] There must be a better way to describe this then. The idea is that only the orderings of the provided items would be affected by the operation. Some examples:
given: `[a b c d e]`
command: `[c b]` ("move `c` up")
result: `[a c b d e]`
given: ...