v/vlib/strconv
2024-04-18 02:44:31 +03:00
..
bare
atof.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
atof.js.v
atof_test.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
atofq.c.v
atoi.v vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
atoi_test.v
converter_test.v
f32_f64_to_string_test.v
f32_str.c.v checker: add cast overflow checks (#20641) 2024-01-24 18:36:39 +02:00
f32_str.js.v
f64_str.c.v
f64_str.js.v
f64_str.v
format.md
format.v
format_mem.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
format_mem.js.v
format_test.v
ftoa.c.v
number_to_base.c.v
number_to_base_test.v
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00

Description

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