InputRangeのチェックを簡単にします
isIRangeEx!(int[], int) == isInputRange!(int[]) && is(ElementType!(int[]) : int)
See Implementation
InputRangeのチェックを簡単にします