CargoAdmin, Bureaucrats, Moderators (CommentStreams), fileuploaders, Interface administrators, newuser, Push subscription managers, Suppressors, Administrators
14,662
edits
 >Pppery  (Split noncharacter per request)  | 
				 (Created page with "local p = {}  local floor = math.floor  local function errorf(level, ...) 	if type(level) == "number" then 		return error(string.format(...), level + 1) 	else -- level is actually the format string. 		return error(string.format(level, ...), 2) 	end end  local function binary_range_search(codepoint, ranges) 	local low, mid, high 	low, high = 1, ranges.length or require "Module:TableTools".length(ranges) 	while low <= high do 		mid = floor((low + high) / 2) 		local range =...")  | 
				
edits