JavaScript/C++ Rosetta Stone – Reproducing the Behavior of JavaScript in C++
javascript-cpp-rosetta-stone - Reproducing the behavior of JavaScript in C++. (more…)
Read more »In this post, I go over the iterable and iterator protocols and show some examples of making your own objects iterable so that they can be used with the for…of loop or the spread operator. Read more