1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strconv
2022-09-08 11:28:19 +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 scanner: no longer allow 1. float literals (#11301) 2021-08-25 14:39:37 +03:00
f32_str.c.v
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 all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
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 strconv: fix format.md example snippets (#12642) 2021-12-01 17:23:35 +02:00
format.v
ftoa.c.v
number_to_base_test.v strconv: fix atoi returning 0 on large strings (#10635) 2021-07-02 10:39:57 +03:00
number_to_base.c.v
README.md
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v

Description:

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