Python list type representation in C/C++
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 603
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 6
Description
Hello,
the type mapping table https://docs.exaloop.io/integrations/cpp/cpp-from-codon/#type-conversions
is missing any info on how to pass array/list from C++ to codon.
For instance, if I have
```
@export
def run(argv:list[str]) -> None:
```
how do I invoke `run` from C++?
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.