Returns the realized contents of the parallel array pa as a Clojure vector
(defn pvec "Returns the realized contents of the parallel array pa as a Clojure vector" [pa] (pa-to-vec (pall pa)))