0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
wasm all: fix tests last Apr 24 12.98 KB
byte_test.v all: byte => u8 4 years ago 462 bytes
float.c.v all: fix tests last Apr 18 5.01 KB
grapheme.v cgen: more optimizations last Apr 25 22.74 KB
map.v all: super_batch3 fixes last Apr 13 24.66 KB
printing.c.v all: vinix fixes last May 1 6.68 KB
rune.v all: markused/json2 fixes last Apr 23 3.35 KB
string.v cgen, checker: optimizations last Apr 25 81.38 KB
utf8.c.v all: super_batch5 fixes last Apr 14 3.85 KB
vgc_d_vgc.c.v all: super_batch3 fixes last Apr 13 28.28 KB
vgc_gc_d_vgc.c.v vgc: optimizations last Apr 2 15.45 KB
vgc_notd_vgc.c.v vgc: optimizations last Apr 2 1004 bytes
builtin_nix.c.v all: vinix fixes last May 1 820 bytes
utf8.v all: super_batch3 fixes last Apr 13 4.18 KB

Description

builtin is a module that is implicitly imported by every V program.

It implements the builtin V types array, string, map. It also includes Unicode-aware string helpers such as string.graphemes() for splitting text into grapheme clusters.

It also implements builtin functions like println, eprintln, malloc, panic, print_backtrace.

The autogenerated documentation for builtin functions is lacking, so for these functions, please refer to the official V documentation.