Hello.

I think that the issue is that `pairs` is an `iterator`. Unlike in C++ and 
Rust, `iterator` s are not objects, but rather a special type of resumable 
function.

Reply via email to