You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of the Iterators.\* types have an eltype of Any. Don't know if it's worth doing something more fancy to determine the container type at construction (makes a big difference in performance), but at the very least a user should be able to specify it, e.g.:
julia> PureFun.Linked.List{Int}(1:10)
The text was updated successfully, but these errors were encountered:
A lot of the
Iterators.\*
types have aneltype
ofAny
. Don't know if it's worth doing something more fancy to determine the container type at construction (makes a big difference in performance), but at the very least a user should be able to specify it, e.g.:The text was updated successfully, but these errors were encountered: