translate-c libc headers
This commit is contained in:
@@ -632,6 +632,10 @@
|
||||
|
||||
27. comptime polymorphism (zig inspired)
|
||||
|
||||
28. comptime execution
|
||||
|
||||
29. brolang build system (requires comptime execution)
|
||||
|
||||
## A word on multi-unwrap
|
||||
|
||||
Unwrap multiple optionals with `and`. This **short-circuits**: if the first optional is none, subsequent expressions are not evaluated.
|
||||
|
||||
Reference in New Issue
Block a user