I made some progress! @mratsim, the `[]` proc imports from your snippet proved very useful. I can finally loop through the `Vector` values.
The only puzzle is.. how do I use the `VectorIterator` imported from the vector lib? My updated wrapper: [https://play.nim-lang.org/#ix=271H](https://play.nim-lang.org/#ix=271H)
