<?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=Deque.capacity</id>
		<title>Deque.capacity - 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=Deque.capacity"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.capacity&amp;action=history"/>
		<updated>2026-05-15T10:35:46Z</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=Deque.capacity&amp;diff=1167&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.capacity() Results  r is a number  == Description ==  Calling capacity returns the maximum capacity of the...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.capacity&amp;diff=1167&amp;oldid=prev"/>
				<updated>2010-12-19T01:07:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.capacity() Results  r is a number  == Description ==  Calling capacity returns the maximum capacity of the...&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 d = sl.deque()&lt;br /&gt;
 -- later&lt;br /&gt;
 local r = d.capacity()&lt;br /&gt;
Results&lt;br /&gt;
 r is a number&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling capacity returns the maximum capacity of the queue.  Currently capacity is unlimited, as denoted by a return value of -1.  Future versions (0.07+) of deque will allow an upper bound to be specified in order to support circular queues.&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.size]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>