nyan icon indicating copy to clipboard operation
nyan copied to clipboard

Collections need casting iterator functions

Open TheJJ opened this issue 6 years ago • 0 comments

The value collections need a items<T>() function which returns an iterator dynamically casts each element to T! The operator * of the iterator class must do the cast.

TheJJ avatar Apr 21 '18 15:04 TheJJ