v/vlib/strconv
Alexander Medvednikov 78cb6e2b41 all: handle fixed []u8 2022-04-15 18:35:56 +03:00
..
bare
README.md
atof.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
atof.js.v
atof_test.v
atofq.c.v
atoi.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
atoi_test.v
f32_f64_to_string_test.v
f32_str.c.v all: byte => u8 2022-04-15 14:45:52 +03:00
f32_str.js.v
f64_str.c.v all: byte => u8 2022-04-15 14:45:52 +03:00
f64_str.js.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
f64_str.v
format.md
format.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
format_mem.c.v all: handle fixed []u8 2022-04-15 18:35:56 +03:00
format_mem.js.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
format_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
ftoa.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
number_to_base.c.v
number_to_base_test.v
structs.v strconv: vfmt everything 2021-06-18 17:59:56 +03:00
tables.v
utilities.c.v all: byte => u8 2022-04-15 14:45:52 +03:00
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 all: byte => u8 2022-04-15 14:58:56 +03:00

README.md

Description:

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