A match guard is an if let condition specified after the pattern in a match arm that also must match if the pattern matches in order for that arm to be chosen.
確定! 回上一頁