|
|
|
|
|
by simonask
198 days ago
|
|
What are you talking about? Rust’s function signature and type declaration syntaxes are extremely vanilla, unless you venture into some really extreme use cases with lots of lifetime annotations and generic bounds. I seriously don’t get it. fn add(a: i32, b: i32) -> i32 { … }
Where’s the “Perl-esqueness”? |
|