trait ReverseCollection { // Required method fn rev(self) -> Self; }
Return a reversed copy of this collection