#[cfg(test)] #[macro_use] extern crate quickcheck; fn reverse<T: Clone>(xs: &[T]) -> Vec<T> { let mut rev = vec!
確定! 回上一頁