Russian translation of the "range" term?

thedeemon via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 12 03:38:50 PST 2014


On Tuesday, 11 November 2014 at 11:50:18 UTC, Ivan Kazmenko wrote:
> Hi!
>
> I'm unsure what is the Russian equivalent for the term "range", 
> as in "D range", the generalization of a pair of iterators.

I think "последовательность" (sequence) is the most appropriate, 
because the defining characteristic of an input range (most 
common one) is ability to provide data sequentially. Also, afaik, 
some languages like F# and Clojure use this term (often shortened 
to 'seq') for the same thing that D calls ranges.



More information about the Digitalmars-d-learn mailing list