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

Expose ObjectTemplate->SetHandler to allow binding to indexed fields #41

Merged
merged 2 commits into from
Mar 24, 2025

Conversation

karlseguin
Copy link
Collaborator

Allows for binding val[12];

to

indexed_get(self: *const Nodes, idx: u32) whatever {
...
}

@karlseguin karlseguin force-pushed the set_indexed_handler branch from 016ec44 to 3a22135 Compare March 21, 2025 07:37
@krichprollsch krichprollsch merged commit 31cc22c into lightpanda-io:fork Mar 24, 2025
@karlseguin karlseguin deleted the set_indexed_handler branch March 25, 2025 09:21
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.

2 participants