• #dev 2018-02-11
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2018-02-11 UTC
# 11:30
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: ...