Macro std::matches. macro_rules! matches { ($expression:expr, $( $pattern:pat )|+ $( if $guard: expr )?) => { ... }; } Returns whether the given expression ...
確定! 回上一頁