Jump to content

Module talk:table/isSubsetList

Page contents not supported in other languages.
මාතෘකාවක් එක්කරන්න
Wiktionary වෙතින්
oldiddate/timeusernameedit summary
847938592025-05-13T18:18:25ZTheknightwho
845019712025-04-08T02:08:16ZTheknightwhoProtected "[[Module:table/isSubsetList]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite))
845019682025-04-08T02:08:06ZTheknightwhoCreated page with "local table_list_to_set_module = "Module:table/listToSet" local function list_to_set(...) list_to_set = require(table_list_to_set_module) return list_to_set(...) end --[==[ Returns true if the first list, taken as a set, is a subset of the second list, taken as a set.]==] return function(t1, t2) t2 = list_to_set(t2) local i = 0 while true do i = i + 1 local v = t1[i] if v == nil then return true elseif t2[v] == nil then return false end end end"

Start a discussion about Module:table/isSubsetList

Start a discussion
"https://si.wiktionary.org/w/index.php?title=Module_talk:table/isSubsetList&oldid=221473" වෙතින් සම්ප්‍රවේශනය කෙරිණි