reverse package:brick

Reverse a clip.
Reverse the list. The element selected before the reversal will again be the selected one. Complexity: same as reverse for the container type.
listReverse for List: O(n)
listReverse for Seq: O(n)