`sequtils.toSeq` uses `untyped` so that iterators can be passed to it (urgh) 
and so in the compiler's attempt to disambiguate it tries to resolve `items` as 
a first class iterator which it isn't resulting in this strange error message.

Reply via email to