flint
flint copied to clipboard
Support dynamic types as function parameters
Suspect this is now implemented / or has a separate issue for it. Dynamic types are Array
, FixedArray
, Dictionary
and Structs. All are included in a pass by reference manner, and pass by value would require local Array
, FixedArray
, Dictionary
which aren't implemented yet
I'm not sure but this might have been for external functions as well, AFAIK they are still not supported there.