let is_empty = |str: &str| str.is_empty();. This code is written in Rust and checks if a string is empty. The first line declares a function ...
確定! 回上一頁