Category:Wren-sort: Difference between revisions

m
Added library template.
(Created page for 'Wren-sort' module. Copied over content from previous 'sort' module.)
 
m (Added library template.)
Line 1:
{{library}}
'''Wren-sort''' is a module which adds sorting and binary search capabilities to the Wren programming language. It consists of static methods organized into 3 classes: Cmp, Sort and Find. There is also an abstract class, Comparable, which enables child classes to easily support the
basic comparison operators.
9,476

edits