Logo

Programming-Idioms

History of Idiom 19 > diff from v13 to v14

Edit summary for version 14 by :

Version 13

2015-09-03, 13:47:05

Version 14

2015-09-03, 13:51:35

Idiom #19 Reverse a list

Reverse the order of the elements of list x .
This may reverse "in-place" and destroy the original ordering.

Idiom #19 Reverse a list

Reverse the order of the elements of list x .
This may reverse "in-place" and destroy the original ordering.

Code
(reverse _x)
Doc URL
http://clojuredocs.org/clojure.core/reverse