<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://95.179.246.60/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Dictionary_a.k.a._Hash_Table</id>
	<title>Dictionary a.k.a. Hash Table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://95.179.246.60/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Dictionary_a.k.a._Hash_Table"/>
	<link rel="alternate" type="text/html" href="http://95.179.246.60/mediawiki/index.php?title=Dictionary_a.k.a._Hash_Table&amp;action=history"/>
	<updated>2026-05-08T12:44:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>http://95.179.246.60/mediawiki/index.php?title=Dictionary_a.k.a._Hash_Table&amp;diff=89&amp;oldid=prev</id>
		<title>Nmingott: imported material</title>
		<link rel="alternate" type="text/html" href="http://95.179.246.60/mediawiki/index.php?title=Dictionary_a.k.a._Hash_Table&amp;diff=89&amp;oldid=prev"/>
		<updated>2025-05-04T20:20:51Z</updated>

		<summary type="html">&lt;p&gt;imported material&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* &amp;#039;&amp;#039;&amp;#039;Way 1&amp;#039;&amp;#039;&amp;#039;. This is the master way to do things dynamically via code.&lt;br /&gt;
&lt;br /&gt;
 d _ Dictionary new. &lt;br /&gt;
 d add: 1 -&amp;gt; &amp;#039;one&amp;#039;. &lt;br /&gt;
 d add: 2 -&amp;gt; &amp;#039;two&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Way 2&amp;#039;&amp;#039;&amp;#039;. This one is more practical if you need to insert many entries by hand.&lt;br /&gt;
&lt;br /&gt;
 d _ Dictionary newFromPairs: {&lt;br /&gt;
 1. &amp;#039;one&amp;#039;.&lt;br /&gt;
 2. &amp;#039;two&amp;#039;.&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Nmingott</name></author>
	</entry>
</feed>