摘要: use std::cmp::Ordering; enum Fruit { Apple(i32), Orange(i32), } fn process_fruit(_apple_prices: &[i32], _orange_prices: &[i32]) { // whatever we do to 阅读全文
posted @ 2022-08-01 11:17 CrossPython 阅读(45) 评论(0) 推荐(0) 编辑