RimKeyRange.type

struct RimKeyRange(Range)
pure nothrow
type
()
if (
isInputRange!Range &&
isImplicitlyConvertible!(ElementType!Range, const(Archive))
)

Return Value

Type: const(Archive.Type)

first archive in the range

Meta