JuliaCollections / FunctionalCollections.jl

Functional and persistent data structures for Julia
MIT License
123 stars 34 forks source link

Change pvec constructor #59

Open karan0299 opened 4 years ago

karan0299 commented 4 years ago

As mentioned in the TODO in the readme that the pvec([1,2,3]) needs to be changed to pvec(1,2,3).I have a question whether the constructor needs to be changed i.e. the old constructor should be removed or is to be retained?