reduceToNewest

Reduces the range into the newest article.

Combine this with std.range.tee to write out articles as the latest article is being reduced.

@safe
reduceToNewest
(
Range
)
(
Range articles
)
if (
is(ElementType!Range == Article)
)

Meta