Module talk:table/shallowCopy
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84459578 | 2025-04-04T03:46:46Z | Theknightwho | |
| 84459355 | 2025-04-04T03:14:58Z | Theknightwho | Protected "[[Module:table/shallowCopy]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84459354 | 2025-04-04T03:14:48Z | Theknightwho | Created page with "local next = next local pairs = pairs local type = type return function(orig, raw) if type(orig) ~= "table" then return orig end local copy, iter, state, init = {} if raw then iter, state = next, orig else iter, state, init = pairs(orig) end for k, v in iter, state, init do copy[k] = v end return copy end" |
Start a discussion about Module:table/shallowCopy
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/shallowCopy.