Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify
each.jl
to use parse
instead of tryparse
in the `iterate…
…` function for `EachParsed` There is no possibility when iterating it will return a `nothing` in the current implementation. And ```julia Base.eltype(::Type{EachParsed{T}}) where {T} = T ``` does not let it to return a `Nothing`. Also, using `parse` is more aligned with the name `EachParsed`.
- Loading branch information