Support HashMap in function
visopsys opened this issue · 0 comments
visopsys commented
Hashmap is one important data structure in programming. It makes programming a lot easier.
I think function should support hashmap since this is pure computation with no constraint logic. I can see hashmap would be difficult to support in template but in function
, it should be fully supported.
Is there any plan to support hashmap in function
?