Protocols and operators mostly
All checks were successful
Rust / build (push) Successful in 4m8s

This commit is contained in:
2026-01-21 22:22:58 +01:00
parent 75b05a2965
commit f38193edcc
33 changed files with 578 additions and 147 deletions

View File

@@ -1,6 +1,5 @@
let my_tuple = option::some t[1, 2]
let user = "lorinc" + " " + "bethlenfalvy"
let number = 1 + 2
let interpolated = "Hello $user $number"
let main = match my_tuple {
option::some t[ref head, ..] => head;
option::none => "foo";
}
let user =