dao icon indicating copy to clipboard operation
dao copied to clipboard

list(), array() and map() prototypes should be changed

Open Night-walker opened this issue 10 years ago • 0 comments

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.

Night-walker avatar Sep 02 '15 09:09 Night-walker