Takes an InputRange as input and verifies that it can be iterated following protocol.
is an InputRange
testInputRange(asInputRange("betty"));
See Implementation
Takes an InputRange as input and verifies that it can be iterated following protocol.