We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cc
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]
#{:bar 'baz}
and back around again.