issues
search
bytedance
/
matxscript
A high-performance, extensible Python AOT compiler.
https://bytedance.github.io/matxscript/
Apache License 2.0
412
stars
39
forks
source link
Support make list/set with a str as an Iterable
#238
Open
gKevinK
opened
1 year ago
gKevinK
commented
1 year ago
Expected:
list('abb') # ['a', 'b', 'b'] set('abb') # {'a', 'b'}
Expected: