Skip to content

Add ConstIterator conversions for missing container Iterators#109823

Open
Spartan322 wants to merge 1 commit intogodotengine:masterfrom
Spartan322:move/iterator-conversions
Open

Add ConstIterator conversions for missing container Iterators#109823
Spartan322 wants to merge 1 commit intogodotengine:masterfrom
Spartan322:move/iterator-conversions

Conversation

@Spartan322
Copy link
Copy Markdown
Contributor

@Spartan322 Spartan322 commented Aug 21, 2025

This is more an address of an inconsistency of the iterators, for some container iterators already had a conversion operator but not every container with an Iterator struct did, this is rounding out the remainder of the iterators that should. To minimize changes and keep consistency this follows the implementation common among the containers that already performed the conversion. This is mostly just to synchronize for GDExtensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add implicit conversion of container Iterators to ConstIterators

2 participants