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
CATEGORY 1: Verbs applicable to a [vs, op, uniqSet] -> bool.
["$_:1:0", "in", "uc:foo"] // "includes" with reversed arguments, includes is deprecated
["$$", "notIn", "uc:uniq1"] // "!includes" with reversed arguments, !includes is deprecated
CATEGORY 2: Verbs applicable to [string, op, string] -> bool
["name", "$$"] -> string | star
["sub", "$$"] -> number | star
["pos", "$_"] -> number | star
["idx", "$_"] -> number | star | false
["length", "uc:bar"] -> number
["length", "$c1"] -> number
The text was updated successfully, but these errors were encountered:
Verbs with arity 3:
CATEGORY 1: Verbs applicable to a
[vs, op, uniqSet] -> bool
.CATEGORY 2: Verbs applicable to
[string, op, string] -> bool
CATEGORY 3: Verbs applicable to
[number, op, number, maybe_number] -> bool
CATEGORY 4: Verbs with arity 2:
The text was updated successfully, but these errors were encountered: