Skip to content

Commit cc10651

Browse files
committed
std.range: document public methods
1 parent 80594b0 commit cc10651

File tree

3 files changed

+98
-23
lines changed

3 files changed

+98
-23
lines changed

std/range/interfaces.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ class OutputRangeObject(R, E...) : staticMap!(OutputRange, E) {
268268
// DMD won't let me put them in.
269269
private R _range;
270270

271+
///
271272
this(R range) {
272273
this._range = range;
273274
}

0 commit comments

Comments
 (0)