How to create NamedTuple from C? Considering parameters const char * names and value_t * elements. Or at least getting the type of to use with jl_new_structv.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Create named tuple in C to pass to jl_call | 2 | 520 | March 4, 2025 | |
| Get fieldnames and values of `struct` as NamedTuple | 29 | 11420 | November 26, 2018 | |
| I want to replicate with Named Tuples what I do with Dictionaries but I can't | 9 | 2170 | November 9, 2021 | |
| NamedTuple, how to assign values? | 4 | 739 | April 3, 2022 | |
| Reduce allocations when extracting values from NamedTuples | 12 | 470 | January 12, 2024 |