1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2023-07-10 21:20:47 +03:00
..
bare
atof_test.v
atof.c.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
atof.js.v
atofq.c.v
atoi_test.v strconv.atoi: optimization (#17913) 2023-04-09 05:54:38 +02:00
atoi.v strconv.atoi: optimization (#17913) 2023-04-09 05:54:38 +02:00
converter_test.v
f32_f64_to_string_test.v
f32_str.c.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
f32_str.js.v
f64_str.c.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
f64_str.js.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
f64_str.v
format_mem.c.v
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 scanner: fix indent error for line comment generated by vdoc (#18422) 2023-06-13 08:50:02 +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.