1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2023-07-22 06:43:10 +03:00
..
bare
atof_test.v
atof.c.v
atof.js.v
atofq.c.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
atoi_test.v strconv.atoi: fix string.int() returning numbers for non number characters (fix #18875) (#18925) 2023-07-22 06:43:10 +03:00
atoi.v strconv.atoi: fix string.int() returning numbers for non number characters (fix #18875) (#18925) 2023-07-22 06:43:10 +03:00
converter_test.v
f32_f64_to_string_test.v
f32_str.c.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
f32_str.js.v
f64_str.c.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
f64_str.js.v
f64_str.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
format_mem.c.v
format_mem.js.v
format_test.v
format.md
format.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
ftoa.c.v
number_to_base_test.v
number_to_base.c.v
README.md
structs.v
tables.v builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
utilities.c.v
utilities.v
vprintf.c.v strconv: mark strconv.v_sprintf and strconv.v_printf with [unsafe] (part 2, breaking change, needed an update to vsl) (#18836) 2023-07-10 21:20:47 +03:00

Description:

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