1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2022-08-23 09:53:05 +03:00
..
bare
atof_test.v
atof.c.v
atof.js.v
atofq.c.v
atoi_test.v
atoi.v
f32_f64_to_string_test.v
f32_str.c.v
f32_str.js.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
f64_str.c.v
f64_str.js.v
f64_str.v
format_mem.c.v strconv: make f64_to_str_lnd1 public (fix building vlang/coreutils printf) 2022-05-30 22:14:22 +03:00
format_mem.js.v
format_test.v
format.md
format.v
ftoa.c.v
number_to_base_test.v
number_to_base.c.v
README.md
structs.v
tables.v
utilities.c.v
utilities.v js,strconv: port some functions to JS backend, improve rune.str() (#12460) 2021-11-14 21:06:58 +02:00
vprintf.c.v strconv: deprecate v_sprintf in favor of string interpolation 2022-08-23 09:53:05 +03:00

Description:

strconv provides functions for converting strings to numbers and numbers to strings.