ziglings/patches/patches/045_optionals.patch
2023-06-22 09:41:41 +00:00

4 lines
86 B
Diff

32c32
< const answer: u8 = result;
---
> const answer: u8 = result orelse 42;