1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2022-05-30 22:14:22 +03:00
..
bare
atof_test.v
atof.c.v
atof.js.v
atofq.c.v
atoi_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
atoi.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
f32_f64_to_string_test.v
f32_str.c.v strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
f32_str.js.v
f64_str.c.v strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
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 strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
ftoa.c.v strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
number_to_base_test.v
number_to_base.c.v
README.md
structs.v
tables.v strconv: vfmt everything 2021-06-18 17:59:56 +03:00
utilities.c.v strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00
utilities.v
vprintf.c.v strconv: add missing doc strings (#14164) 2022-04-26 18:09:36 +03:00

Description:

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