S
Size: a a a
S
S
S
foo({x, y, width, height, bar, baz, a1, a2, a3}, ...otherArguments)
PR
foo(x, y, width, height, bar, baz, {a1, a2, a3})
foo(x, y, width, height, {bar, baz, a1,a2,a3})
....
foo({x, y, width, height, bar, baz, a1, a2, a3})
PR
KS
PR
PR
PR
PR
PR
ДВ
foo(x, y, width, height, bar, baz, {a1, a2, a3})
foo(x, y, width, height, {bar, baz, a1,a2,a3})
....
foo({x, y, width, height, bar, baz, a1, a2, a3})
Д
KS
Д
KS
ДВ
PR
Д
ДВ