UpTo
Available, differs from the .wl reference
Represents a limit specification
Differs from the .wl reference: `UpTo` as a part specification
UpTo[n]
Take[{a, b, c, d}, UpTo[6]]
→ {a, b, c, d}Take[{a, b, c, d}, UpTo[2]]
→ {a, b}Drop[{a, b, c, d}, UpTo[6]]
→ {} All 6300 functions ·
Use this from an MCP client