On 2012-10-04 07:12, Walter Bright wrote:
I wish to point out that order doesn't necessarily matter with a range, so there is not a 1:1 correspondence with a sequence.For example, the ordering of elements in an associative array is arbitrary.
Only if it's uses a hash implementation, which it does in D, I assume. -- /Jacob Carlborg