Drag clauses forward or backward.
{:a 1, :b 2} -> {:b 2, :a 1}
Though this feature was originally called 'move collection entry', it is now more generally used to drag any clause forward or backward, even if it isn't in an immutable collection.
Drag clauses forward or backward. {:a 1, :b 2} -> {:b 2, :a 1} Though this feature was originally called 'move collection entry', it is now more generally used to drag any clause forward or backward, even if it isn't in an immutable collection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close