Subject: Re: impossible to sort a hash by key?
From: "Farrel Lifson" <farrel.lifson gmail.com>
Date: Wed, 14 Jun 2006 16:14:32 +0900
References: 197168
In-reply-to: 197168
Hashes are by definition nonsortable. There is no guarantee that the
order you put them in will be the order you access them. The order
they appear in the hash probably has something to do with the hashed
value of each key (I think).