Allow to check the length of an array without having to store it into a variable

@sebme for this use case (to only find if the array length is only 1) you can use the workaround I mentioned here:

Not a beauty in readability, but it works in most cases…

1 Like