Module talk:table/isSubsetMap
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84501981 | 2025-04-08T02:09:29Z | Theknightwho | Protected "[[Module:table/isSubsetMap]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84501980 | 2025-04-08T02:09:22Z | Theknightwho | Created page with "local pairs = pairs --[==[ Returns true if the first map, taken as a set, is a subset of the second map, taken as a set.]==] return function(t1, t2) for k in pairs(t1) do if t2[k] == nil then return false end end return true end" |
Start a discussion about Module:table/isSubsetMap
Talk pages are where people discuss how to make content on Wiktionary the best that it can be. You can use this page to start a discussion with others about how to improve Module:table/isSubsetMap.