RimKeyRange.selectRim

Create a new range from this range at the rim

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

Parameters

rim uint

the rim to be use in the new range

Return Value

Range for the selected rim