NestedTypes
NestedTypes copied to clipboard
Add support for ES6 iterators to both Records and Collection
obj[ Symbol.iterator ] = function(){ ... }
So, for-of and other iterable stuff will work.