Class DelegateInputRange

An input range that enumerates items by obtaining them from a delegate until it returns 0

class DelegateInputRange(T) ;