I have the following piece of code from this question:
def addChild(n: Node, newChild: Node) = n match { case Elem(prefix, label, attribs, scope, child @ _
For some of the lazy folks like me, it just converts a Seq to varArgs!