tink_lang icon indicating copy to clipboard operation
tink_lang copied to clipboard

Support KeyValueIterator properly

Open back2dos opened this issue 4 years ago • 2 comments

Currently for (key => val in target) is treated in a way that doesn't leverage KeyValueIterator, which sometimes is slower and sometimes doesn't even compile.

back2dos avatar May 16 '20 20:05 back2dos

I do <for ${idx => item in chordsInScale}> but I get this error: image It looked like it is supported, but there's something wrong with it. Then I found this issue.

markknol avatar Jun 04 '20 19:06 markknol

older versions of coconut that use tink_lang by default do not allow for (k=>v in map) syntax in models because of that.

serjek avatar Oct 26 '20 16:10 serjek