#[derive(Clone)] struct Pokemon { } fn a(pokemons: &[Pokemon], i: usize, pokemon: Pokemon) -> Vec<Pokemon> { let mut digimons ...
確定! 回上一頁