structureArticles

Given a range of ArticleMe separate the data into meta data and content.

@safe pure nothrow
structureArticles
(
Range
)
(
Range articles
)
if (
isInputRange!Range &&
is(Unqual!(ElementType!Range) == ArticleMe)
)

Return Value

Type: auto

Range of Article

Meta