You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[embind] Add iterable protocol support for bound classes
Add `class_<T>::iterable()` to implement `Symbol.iterator`.
Use this in `register_vector` so bound vectors have better ergonomics, such as working with `for...of` and `Array.from()`.
This is tangentially related to #11070.
0 commit comments