Module talk:table/isArray
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84705876 | 2025-05-02T19:10:28Z | Theknightwho | |
| 84501943 | 2025-04-08T02:04:01Z | Theknightwho | Protected "[[Module:table/isArray]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84501942 | 2025-04-08T02:03:52Z | Theknightwho | Created page with "local pairs = pairs --[==[ Returns true if all keys in the table are consecutive integers starting from 1.]==] return function(t) local i = 0 for _ in pairs(t) do i = i + 1 if t[i] == nil then return false end end return true end" |
Start a discussion about Module:table/isArray
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/isArray.