function
/usr/local/lib/janet/spork/misc.janet on line 412, column 1
(table-filter pred dict)
Filter a key-value structure into a table. Semantics are the same
as for built-in `filter`, except that `pred` takes two arguments
(key and value). Does not consider prototypes.