NFun icon indicating copy to clipboard operation
NFun copied to clipboard

[T] syntax for array type defenition instead of T[]

Open tmteam opened this issue 3 years ago • 0 comments

Tupple: (1,2,3): (int,int,int) Function: rule(x,y)=... : rule(int,int)->int Structure: {a=.., b=...}: {a:int, b:int}

so sounds reasonable, that array has the same syntax:

a: [int] = [1,2,3]

tmteam avatar Jan 23 '22 12:01 tmteam