Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » ReverseRange, SortedRange
ReverseRange, SortedRange [message #48197] Thu, 01 June 2017 14:35
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Two new range kinds:

	Vector<int> h;
	for(int i = 0; i < 10; i++)
		h.Add(Random(100));
	
	DUMP(ReverseRange(SortedRange(h)));


ReverseRange(SortedRange(h)) = [92, 86, 85, 80, 76, 75, 71, 60, 32, 12]
Previous Topic: BRC now supports lz4, lzma and zstd compression
Next Topic: Website migration
Goto Forum:
  


Current Time: Thu Mar 28 10:13:22 CET 2024

Total time taken to generate the page: 0.01464 seconds