7 lines
		
	
	
		
			239 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			239 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param t table 
 | 
						|
---@param key value 
 | 
						|
---@param value value 
 | 
						|
---Sets the value associated with a key in a table without invoking any metamethods
 | 
						|
function rawset(t, key, value) end |