Property destructuring was just merged into master :tada: https://github.com/JuliaLang/julia/pull/39285 Would be nice if this package allowed you to match that syntax, i.e. if in addition to the current form, it also allowed: ```julia @unpack (;x, y) = foo ``` such that in the future one can upgrade by just dropping the `@unpack`.