Qurak

UpTo

Available, differs from the .wl reference

Represents a limit 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]] → {}

Topics

Related

All 6300 functions · Use this from an MCP client