buzz
buzz copied to clipboard
If arrow: multiple unwrapping + condition
if (some -> unwrapped, other -> unwrappedToo) {
| ...
}
or different keyword to avoid doing all this in the middle of regular if bytecode
let (some -> unwrapped, other -> unwrappedToo) {
| ...
}