How do I write a pattern that will bind a variable to the second element in this tuple {<0.206.0>, {rect, 10, 30}}?
I.e. "thing in place of pattern here" that results in Shape having the value {rect, 10, 30}. Pattern = {<0.206.0>, {rect, 10, 30}}
It's the <0.206.0> part that is confusing me.