phobos/std/range
Sebastian Wilzbach b80820e50f std.range.nullSink - allow convenient use of the NullSink
`nullSink` returns the `NullSink` by reference and thus allows using it
directly in code which expects an OutputRange by reference.

The pattern is providing convenience wrappers for struct construction is
very common in Phobos, e.g. `rebindable`, `nullable`, `refCounted`, ...
2017-12-25 00:02:04 +01:00
..
interfaces.d get rid of stray parenthesis 2017-12-18 17:05:21 +01:00
package.d std.range.nullSink - allow convenient use of the NullSink 2017-12-25 00:02:04 +01:00
primitives.d Add @safe to unittest in std.range 2017-12-17 20:43:06 +01:00