RimKeyRange.add

Adds an archive to the current range The archives should be in the same rim

struct RimKeyRange(Range)
pure nothrow
void
add
()
in ((rim < 0) || (rim_keys == archive.dart_index[0 .. rim + 1]))
if (
isInputRange!Range &&
isImplicitlyConvertible!(ElementType!Range, const(Archive))
)

Parameters

archive const(Archive)

the added element