Takes an ForwardRange as input and verifies that it can be iterated following protocol.
is a ForwardRange
testForwardRange(asForwardRange("betty"));
See Implementation
Takes an ForwardRange as input and verifies that it can be iterated following protocol.