buzz icon indicating copy to clipboard operation
buzz copied to clipboard

If arrow: multiple unwrapping + condition

Open giann opened this issue 3 years ago • 0 comments

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) {
    | ...
}

giann avatar Sep 08 '22 06:09 giann