Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

There is some duplication and redundant functions around List creation.

In this patch a fromArray method was added to List, consistent with other persistent data structures in the code base.

2 Answers

0 votes
by

Comment made by: mfikes

Patch no longer applies; needs re-baseline.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1783 (reported by tmulvaney)
...