<?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.pushfront</id>
		<title>Deque.pushfront - 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.pushfront"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.pushfront&amp;action=history"/>
		<updated>2026-05-01T03:12: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=Deque.pushfront&amp;diff=1163&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.pushfront(a) Args  a is any type but nil Results  r is any type  == Description ==  Calling pushfront adds...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Deque.pushfront&amp;diff=1163&amp;oldid=prev"/>
				<updated>2010-12-19T00:50:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local d = sl.deque()  -- later  local r = d.pushfront(a) Args  a is any type but nil Results  r is any type  == Description ==  Calling pushfront adds...&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.pushfront(a)&lt;br /&gt;
Args&lt;br /&gt;
 a is any type but nil&lt;br /&gt;
Results&lt;br /&gt;
 r is any type&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling pushfront adds a value to the front of the queue. Use [[null]] in lieu of [[nil]] for nil values.  Pushfront returns true upon success. [[Deque.push]] is a synonym for pushfront.&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.pushback]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>