|
|
|
|
|
by cptroot
114 days ago
|
|
Good news, there's a line in the "Coming from Rust"[1] page that says > You never annotate a function signature unless you want to for documentation purposes. so it sounds like function annotation is still an option for the purposes of communication, just no longer required in all cases. [1] https://loonlang.com/concepts/from-rust |
|