Collects.jl is a software package for the Julia programming language. It provides functionality and interfaces for collecting the elements of an arbitrary collection into another collection of a specified type. The exported interfaces generalize the collect function from Base Julia in several ways.
For more, see the documentation, linked above.