Check if R is indexable by a automatically R-local defined integer type named I.
static assert(isIndexableBy!(int[], "I"));
See Implementation
Check if R is indexable by a automatically R-local defined integer type named I.