0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
archive all: super_batch6 fixes last Apr 17 36.79 KB
arrays ci: fix master checks last Jun 20 61.46 KB
builtin v3: pass main vlib tests (#27581) last Jun 29 900.03 KB
cli all: fix fn shadowing warning last May 26 53.17 KB
clipboard all: fix master ci issues last Jun 29 27.2 KB
context ci: fix master test failures last Jun 19 44.61 KB
datatypes all: more shadowing fixes last May 27 117.94 KB
db all: fix master ci issues last Jun 29 347.36 KB
gx revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v last Apr 14 4.81 KB
ios ios module last Apr 20 2.25 KB
js all: big batch4 fixes last Apr 2 29.49 KB
json all: fix tests last Apr 24 71.83 KB
macos ios module last Apr 20 15.51 KB
mcp ci: fix latest master failures last Jun 10 156.83 KB
net net: stabilize TLS server tests last Jun 29 1.65 MB
regex regex.pcre: small fixes (#27341) last Jun 5 203.74 KB
runtime ci: fix follow-up CI failures last May 15 15.75 KB
semver all: super_batch6 fixes last Apr 17 17.66 KB
sokol all: fix master ci issues last Jun 29 265.05 KB
strings all: fix master ci issues last Jun 29 66.88 KB
v all: master ci fixes last Jun 29 8.79 MB
v3 v3: pass main vlib tests (#27581) last Jun 29 3.6 MB
x all: master ci fixes last Jun 29 2.53 MB

page: index title: V standard library documentation index: V stdlib

This site contains the documentation for the standard library of modules included with the V language. Also commonly referred to as vlib, as that is the root directory for these modules in the V repository.

If you were looking for documentation for the language itself, the builtin types, operators, et. al., please use the V documentation link.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.

Note that the builtin module is implicitly imported by default in V, so you do not need to have a specific import statement to use any of the features of that module.