Open bredelings opened 5 years ago
Hi, it appears that it is not possible to construct an empty vector.
> v() Error: No overloaded function 'v' matches for arguments ( ) Potentially matching functions are: v (Integer<any> , Integer ...) ...
Also,
> x = [] Syntax error while reading character ']' at position 6 in command: x = []
Is this because it would not be clear what the type of the vector would be?
I want to second this issue. I was just writing a Rev script and ran into this problem. I had to do some convoluted things to work around.
Hi, it appears that it is not possible to construct an empty vector.
Also,
Is this because it would not be clear what the type of the vector would be?