Range (computer programming): Difference between revisions

Content deleted Content added
Add section
Range as a data type: add UML class diagram
Line 27:
 
== Range as a data type ==
[[File:Range UML class.svg|thumb|A generic class representing a range, it contains a start property and a end property]]
A data type for ranges can be implemented using [[Generic programming|generics]].