v/vlib/builtin
Alexander Medvednikov 054dd237a4 V.js: remove u8 2019-10-23 15:56:57 +03:00
..
js V.js: remove u8 2019-10-23 15:56:57 +03:00
array.v tools: new tool to extracts function names declared in V files 2019-10-21 14:14:28 +03:00
array_test.v tools: new tool to extracts function names declared in V files 2019-10-21 14:14:28 +03:00
builtin.v bultin: mark unsafe functions 2019-10-20 20:29:24 +03:00
byte_test.v
float.v builtin: float.v + remove #include <math.h> 2019-10-15 08:41:45 +03:00
hashmap.v
hashmap_test.v
int.v int: i64 hex() use PRIx64 2019-10-17 11:06:54 +03:00
int_test.v
map.v
map_test.v
option.v
string.v strconv module + use it in builtin/string instead of C functions 2019-10-17 19:37:55 +03:00
string_test.v string: test i64() and u64() 2019-10-15 04:26:19 +03:00
utf8.v
utf8_test.v