cc
Cycle surrounding collection Note: as of version 2.3.0 this function has been removed, use the improved "convert collection" functions in clojure-mode instead:
https://github.com/clojure-emacs/clj-refactor.el/wiki/clojure-convert-to-collection-type
Cycle the collection at point between list, map, vector and set literals.
With point at the |
:
(:bar 'baz)
cycles to
{:bar 'baz}
then
[:bar 'baz]
then
#{:bar 'baz}
and back around again.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4