flint icon indicating copy to clipboard operation
flint copied to clipboard

Support dynamic types as function parameters

Open franklinsch opened this issue 7 years ago • 2 comments

franklinsch avatar Jan 12 '18 11:01 franklinsch

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

DJRHails avatar Sep 21 '18 10:09 DJRHails

I'm not sure but this might have been for external functions as well, AFAIK they are still not supported there.

bearbin avatar Sep 21 '18 10:09 bearbin