We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
last_of
1 parent 6d43c13 commit e3ebf8cCopy full SHA for e3ebf8c
1 file changed
src/zip/mod.rs
@@ -916,6 +916,7 @@ zipt_impl! {
916
[A B C D E F][ a b c d e f],
917
}
918
919
+#[cfg(feature = "rayon")]
920
macro_rules! last_of {
921
($q:ty) => { $q };
922
($p:ty, $($q:ty),+) => { last_of!($($q),+) };
0 commit comments