some type stuff
This commit is contained in:
@ -154,7 +154,7 @@ function List:shuffled()
|
||||
end
|
||||
|
||||
---Returns a sorted copy of this list.
|
||||
---@param f? fun(a: any, b: any)
|
||||
---@param f? fun(a: any, b: any): boolean
|
||||
---@return List
|
||||
function List:sorted(f)
|
||||
local list = self:copy()
|
||||
|
Reference in New Issue
Block a user