Open
Description
I would like to put under consideration if we want to add methods to parse
that accept Union{T, Missing}
argument (or create a similar method). This would be something like tryparse
but returning missing
on failure.
I would think of something like:
parse(Union{Int, Missing}, "123") == 123
;parse(Union{Int, Missing}, "123a") == missing
.
Metadata
Metadata
Assignees
Labels
No labels