Open
Description
Currently arguments are represented as a tuple of name and value. I think they should be refactored as structs.
Arguments:
- Convenience of use, less re-typing same type signature. Named fields provide a more readable notation;
- Improved consistency with the rest of API, where most of the nodes are represented as structs or enums;
- Being able to read the position of an arg, which is currently impossible.
If you find it reasonable I can do a PR
Metadata
Metadata
Assignees
Labels
No labels