You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking a function as a map, you can pass "modifiers":
$call: argumentmod1: "hello"mod2: "world"
Right now these are represented as rest in the PSValue for a function, but this relates more the the implementation than anything else in the sense that we "spread out the keys of a map when looking if something is a function call":
let[first, ...rest]=map.entries();
What should the platformscript terminology be for this quite unique capability. "keys", "modifiers", "options"