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 客户端使用