Qurak

Sequence

Доступно

Represents a sequence of arguments that are automatically spliced into any function

Sequence[expr1, expr2, …]
f[a, Sequence[b, c], d] → f[a, b, c, d]u = Sequence[a, b] → ab{u, u, u} /. u -> Sequence[a, b, c] → {a, b, c, a, b, c, a, b, c}

Пов'язане

Усі 6300 функцій · Використати з MCP-клієнта