NFun
NFun copied to clipboard
[T] syntax for array type defenition instead of T[]
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]