Error code E0528
An array or slice pattern required more elements than were present in the matched array.
Example of erroneous code:
ⓘ
Ensure that the matched array has at least as many elements as the pattern
requires. You can match an arbitrary number of remaining elements with ..
: