Let's see how it works if you want to both check that the value is a `double[]` and that it matches your value:```d SumType!(double[], int) s = [1.7, 2.7, 3.7, 4.7, 5.7]; assert(s.data.match!( ```
This should be `s.match!(...`, I just was copy-pasting. -Steve