Logo

Programming-Idioms

History of Idiom 19 > diff from v14 to v15

Edit summary for version 15 by :

Version 14

2015-09-03, 13:51:35

Version 15

2015-09-03, 13:51:42

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)
Code
(reverse x)
Doc URL
http://clojuredocs.org/clojure.core/reverse
Doc URL
http://clojuredocs.org/clojure.core/reverse