Multiple subjects

Sometimes it is useful to pattern match on multiple values at the same time in one case expression.

1 つの case 式で複数の値を同時にパターンマッチできると便利なことがあります。

To do this you can give multiple subjects and multiple patterns, separated by commas.

これを行うには、複数の主語と複数のパターンをカンマ区切りで指定します。

When matching on multiple subjects there must be the same number of patterns as there are subjects. Try removing one of the _, sub-patterns to see the compile time error that is returned.

複数の主語でマッチする場合、主語と同じ数のパターンが必要です。返されるコンパイルエラーを確認するために _, のサブパターンを 1 つ取り除いてみてください。