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
match(a):
of {"e": 2, "f": 5}:
# just a table: any kind, OrderedTable or HashTableof {"e": @e, "f": @f}:
# capturing values is easy, just get it with a["e"], no key capturingof {"e": 2, *_}:
# for now this only