gara
gara copied to clipboard
Table support
match(a):
of {"e": 2, "f": 5}:
# just a table: any kind, OrderedTable or HashTable
of {"e": @e, "f": @f}:
# capturing values is easy, just get it with a["e"], no key capturing
of {"e": 2, *_}:
# for now this only