ClojureDocs

导航

名称空间

print-table

clojure.pprint

1.3 起提供使用
  • (print-table ks rows)
  • (print-table rows)
Prints a collection of maps in a textual table. Prints table headings
 ks, and then a line of output for each row, corresponding to the keys
 in ks. If ks are not specified, use the keys of the first item in rows.