Qurak

Sequence

Disponible

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}

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP