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