JuliaCollections / FunctionalCollections.jl

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

FunctionalCollections edits #46

Closed c-p-murphy closed 6 years ago

c-p-murphy commented 6 years ago

Moved all import statements into FunctionalCollections.jl.

Added filter to PersistentList.jl and a test for filter to PersistentListTest.jl.