0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
encoding all: msvc fixes last May 12 835.7 KB
arrays all: super_batch3 fixes last Apr 13 61.54 KB
bitfield all: super_batch6 fixes last Apr 17 26.47 KB
builtin ci: fix follow-up CI failures last May 15 863.78 KB
flag all: fix more tests last Apr 19 152.57 KB
hash hash: add pure V crc64 (#27164) last May 17 30.22 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 mcp: fix server last Apr 22 66.21 KB
runtime ci: fix follow-up CI failures last May 15 15.75 KB
archive all: super_batch6 fixes last Apr 17 36.79 KB
wasm all: super_batch6 fixes last Apr 17 62.96 KB
gx revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v last Apr 14 4.81 KB
regex all: fix more tests last Apr 28 200.16 KB
semver all: super_batch6 fixes last Apr 17 17.66 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.