I’m learning to use the match statement, I’m attempting to match the last 3 elements of an array without looking at the first x elements. I thought I could use the … pattern but the editor says that can only be used as the last element in the pattern array.
match lastStick:
[.., [0,-1], [1,-1], [1,0]]:
pass