Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sequence num_children checks to quickstart #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleksigron
Copy link

This PR adds a few usages of num_children() to sequence nodes in quickstart.cpp. This is to give the reader a hint that the children API is used for iterating sequences as well as maps.

Fixes #438

This is to give a hint that sequences also use children for iteration and counting
@aleksigron aleksigron force-pushed the aleksigron/iterate-sequence-quickstart branch from afb3511 to 261a86a Compare September 8, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add examples of iterating sequences in quickstart
1 participant