v/vlib/strconv
Delyan Angelov 33163238e7
strconv: add a small performance optimisation
2021-12-03 20:14:14 +02:00
..
atof.c.v
atof.js.v
atof_test.v
atofq.c.v
atoi.v
atoi_test.v
f32_f64_to_string_test.v
f32_str.c.v
f32_str.js.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
f64_str.c.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
f64_str.js.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
f64_str.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
format.md strconv: fix format.md example snippets (#12642) 2021-12-01 17:23:35 +02:00
format.v
format_mem.c.v
format_mem.js.v strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464) 2021-11-15 14:13:44 +02:00
format_test.v
ftoa.c.v
number_to_base.c.v strconv: add a small performance optimisation 2021-12-03 20:14:14 +02:00
number_to_base_test.v
structs.v
tables.v
utilities.c.v
utilities.v
vprintf.c.v