dao
dao copied to clipboard
list(), array() and map() prototypes should be changed
It is quite confusing that list(5){ 0 } yields list<any>. Changing list<@T=any>(...) to plain list(...), so that the type is inferred from the code section result, should solve this trivially. Same concerns other container types.