D3 suggestion: rename "range" to "sequence"
Walter Bright
newshound1 at digitalmars.com
Wed Oct 3 22:12:30 PDT 2012
On 10/3/2012 9:07 PM, Tommi wrote:
> So, sequence it's like set, except order matters.
> http://en.wikipedia.org/wiki/Set_%28mathematics%29
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.
More information about the Digitalmars-d
mailing list