match

x ?= {
    ~ => { }; // empty
    _ => { }; // default
}

Last updated