luarocks
Results
12
comments of
luarocks
@giuspen Yes, I checked, you're right. Basically I'm totally fine with 3 spaces, I just don't think it's good that I must to use only this indent type if I...
@Miqueas Basic overloading is achieved by checking the types of function arguments and returning a value according to the data obtained: ```lua ---@overload fun(v1:number, v2:number):number ---@overload fun(v1:string):string local function demo(...)...