Indexed.empty

Range primitives

struct Indexed(Source, Indices)
@property
static if(!(isInfinite!Indices))
bool
empty
()
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta