mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
910f350a26
* memory should be initialized with zeros before creating string * there is no string([]array) constructor, string(byteptr) does not count length correctly, using string(byteptr, len) to fix |
||
---|---|---|
.. | ||
array_test.v | ||
array.v | ||
builtin.v | ||
byte_test.v | ||
int.v | ||
map_test.v | ||
map.v | ||
option.v | ||
string_test.v | ||
string.v | ||
utf8_test.v | ||
utf8.v |