Open main menu
Home
Random
Log in
Settings
About Melvor Idle
Disclaimers
Search
Module:FunList: Difference between revisions
Module
Discussion
← Older edit
Newer edit →
Module:FunList
(view source)
Revision as of 14:31, 20 July 2024
108 bytes removed
,
20 July
toDictionary returns a table instead of a FL
Revision as of 14:17, 20 July 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
(Add custom iterator)
← Older edit
Revision as of 14:31, 20 July 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
(toDictionary returns a table instead of a FL)
Newer edit →
Line 328:
Line 328:
dict[key] = val
dict[key] = val
end
end
-- Create and
return
a new FL so we can chain more functions if needed.
return dict
local newFL = funlist.new(
dict
)
return newFL
end
end
Ricewind
2,875
edits