Arc Cross Reference

fill-table

[procedure] fill-table table data

(def fill-table (table data)
  (each (k v) (pair data) (= (table k) v))
  table)