Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
	local check = _check('keysToList')
		
		
		
		
		
		
		
	
no edit summary
]]
function p.sortedPairs(t, keySort)
	checkType('sortedPairs', 1, t, 'table')
	checkType('sortedPairs', 2, keySort, 'function', true)