Skip to content
Magnar Sveen edited this page Apr 3, 2015 · 3 revisions

cc Cycle surrounding 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.

Clone this wiki locally