Open ArEyeses79 opened 1 year ago
When sorting an empty array (using a function as the first argument; SortAsc and SortDesc seem to be fine) I get a script exception. Example code: uint[] a = {}; a.Sort(function(a, b) { return a < b; });
uint[] a = {}; a.Sort(function(a, b) { return a < b; });
When sorting an empty array (using a function as the first argument; SortAsc and SortDesc seem to be fine) I get a script exception. Example code:
uint[] a = {}; a.Sort(function(a, b) { return a < b; });