Summary
Let’s summarize ranges in D.
We'll cover the following...
Chapter summary
-
Ranges abstract data structures from algorithms and allow them to be used with algorithms seamlessly.
-
Ranges are a D concept and are the basis for many features of Phobos.
-
Many Phobos algorithms return lazy range ...