【RF库Collections测试】Reverse List

Name:
Reverse List
Source:
Collections <test library>
Arguments:
[ list_ ]
Reverses the given list in place.
Note that the given list is changed and nothing is returned. Use `Copy List` first, if you need to keep also the original order.

原文地址:https://www.cnblogs.com/apple2016/p/7051022.html