vlang

/

v

/

vlib
0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
archive all: super_batch6 fixes last Apr 17 36.79 KB
arrays all: more shadowing fixes last May 27 61.47 KB
cli all: fix fn shadowing warning last May 26 53.17 KB
context ci: fix more master failures last May 31 44.61 KB
datatypes all: more shadowing fixes last May 27 117.94 KB
fasthttp all: vfmt last May 24 85.71 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 6 days ago 156.83 KB
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: more shadowing fixes last May 27 264.23 KB
wasm all: super_batch6 fixes last Apr 17 62.96 KB

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.