Hacker News new | ask | show | jobs
by neoneye2 1037 days ago
Suggestion. Rename from `func` to `fn` so it's more aligned with Rust.
1 comments

The `fn` keyword is already used for local functions, which allow a more compact function definition than `func`.