packages feed

typst-0.1.0.0: test/typ/compiler/let-18.typ

// Ref: false
// Destructuring with a sink in the middle.
#let (a: _, ..b, c: _) = (a: 1, b: 2, c: 3)
#test(b, (b: 2))