Error code E0527
The number of elements in an array or slice pattern differed from the number of elements in the array being matched.
Example of erroneous code:
ⓘ
Ensure that the pattern is consistent with the size of the matched
array. Additional elements can be matched with ..
: