Logo

Programming-Idioms

History of Idiom 19 > diff from v7 to v8

Edit summary for version 8 by :

Version 7

2015-08-20, 16:25:03

Version 8

2015-08-21, 08:57:21

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
x.reversed.toList()
Demo URL
https://dartpad.dartlang.org/65963208b012e7759d1b