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 క్లయింట్ నుండి వాడండి