Indexed.save

Range primitives

struct Indexed(Source, Indices)
@property
static if(isForwardRange!Indices)
typeof(this)
save
()
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta