Open pront opened 2 weeks ago
While working on https://github.com/vectordotdev/vrl/issues/1107, I realized that parse_float doesn't share the same implementation as to_float. The latter has a more generic implementation that can replace the former. Same for to_int and parse_int.
parse_float
to_float
to_int
parse_int
While working on https://github.com/vectordotdev/vrl/issues/1107, I realized that
parse_float
doesn't share the same implementation asto_float
. The latter has a more generic implementation that can replace the former. Same forto_int
andparse_int
.