Predence of the unpacking operator

In the Operator Precedence page I fail to see the … operator for unpacking an array (link).

Perhaps, this is irrelevant, as f(… a.b().c) should always be intended as f(… (a.b().c)) ?