pub fn is_valid(code: &str) -> bool {. 20. let bytes: Vec<u8> = code. 21 .split_whitespace(). 22 .flat_map(|chunk| chunk.as_bytes().iter()).
確定! 回上一頁