nbind icon indicating copy to clipboard operation
nbind copied to clipboard

Iterator support?

Open borrrden opened this issue 3 years ago • 0 comments

I'm trying to wrap a class which makes use of C++ iterators, and would like to express this as a Javascript iterator. Is there any way to accomplish this using nbind (I don't think there are any macros for it) either via some manual workarounds directly mixing in NAPI, or via Javascript hacks after the fact?

borrrden avatar Oct 27 '21 23:10 borrrden