chickadee » numchi » write-array

(write-array a #!optional (port (current-output-port)) #!key mode summarize)procedure

Writes an array to port. If #:summarize is #t, prints a summary of the array according to the array-summary-* parameters. The keyword argument #:mode is currently a no-op, but there are plans to use it for writing arrays in e.g. binary or ascii format.