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
Not sure they even work. Once verified, improve the README.md notes on Arrays.
Array and rest matching
Since arrays are used to represent a parameter pattern, a literal array must be wrapped in an object {foo: [11,22,33]}. However, it would be nice to make sure the [head, ...rest] semantics work.
The text was updated successfully, but these errors were encountered:
Not sure they even work. Once verified, improve the README.md notes on Arrays.
Array and rest matching
Since arrays are used to represent a parameter pattern, a literal array must be wrapped in an object
{foo: [11,22,33]}
. However, it would be nice to make sure the[head, ...rest]
semantics work.The text was updated successfully, but these errors were encountered: