Skip to content

Commit

Permalink
Add RefRange to ddoc overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Aug 25, 2013
1 parent c479753 commit 5b3b4b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion std/range.d
Expand Up @@ -188,7 +188,7 @@ $(BOOKTABLE ,
These _range-construction tools are implemented using templates; but sometimes
an object-based interface for ranges is needed. For this purpose, this module
provides a number of object and $(D interface) definitions that can be used to
wrap around _range objects created by the above templates:
wrap around _range objects created by the above templates.
$(BOOKTABLE ,
$(TR $(TD $(D $(LREF InputRange)))
Expand Down Expand Up @@ -229,6 +229,9 @@ $(BOOKTABLE ,
$(TD Class that implements the $(D InputRange) interface and wraps the
input _range methods in virtual functions.
))
$(TR $(TD $(D $(LREF RefRange)))
$(TD Wrapper around a forward _range that gives it reference semantics.
))
)
Ranges whose elements are sorted afford better efficiency with certain
Expand Down

0 comments on commit 5b3b4b1

Please sign in to comment.