Returns whether the given expression matches any of the given patterns. ... z')); let bar = Some(4); assert!(matches!(bar, Some(x) if x > 2));
確定! 回上一頁