<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Deepcopy</id>
		<title>Deepcopy - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Deepcopy"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deepcopy&amp;action=history"/>
		<updated>2026-05-01T13:55:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Deepcopy&amp;diff=1170&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local r = sl.deepcopy(a) Args  a is a table Results  r is a table  == Description ==  Calling deepcopy creates a copy of its sole argument, table a.  ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deepcopy&amp;diff=1170&amp;oldid=prev"/>
				<updated>2010-12-19T01:42:07Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local r = sl.deepcopy(a) Args  a is a table Results  r is a table  == Description ==  Calling deepcopy creates a copy of its sole argument, table a.  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local r = sl.deepcopy(a)&lt;br /&gt;
Args&lt;br /&gt;
 a is a table&lt;br /&gt;
Results&lt;br /&gt;
 r is a table&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling deepcopy creates a copy of its sole argument, table a.  Deepcopy operates recursively on any embedded table elements, including associated metatables.  In the process, if getmetatable returns a non-table value, it is ignored.  Can't be used to copy the closures associated with interface tables.  Circular references and multiple references to individual tables won't be handled properly as of version 0.06&lt;br /&gt;
&lt;br /&gt;
== Upon Error ==&lt;br /&gt;
&lt;br /&gt;
Errors are reported and handled according to the operant error redirection mode.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib]&lt;br /&gt;
&lt;br /&gt;
* [[deque]]&lt;br /&gt;
* [[deque.capacity]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>