JuliaCollections / FunctionalCollections.jl

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

PersistentList updates #45

Closed c-p-murphy closed 6 years ago

c-p-murphy commented 6 years ago

Moved imports from PersistentList.jl to FunctionalCollections.jl. Added filter to PersistentList.jl and a test for filter to PersistentListTest.jl.