Functions: The "Expression Narrative"
Apr 7 · 2 min read · In JavaScript, functions often feel like a playground of "statements" (lines of code that just do stuff). In Rust, functions are structured as a Narrative of Expressions. Almost everything in Rust is an Expression (it evaluates to a value). This mea...
Join discussion





