mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
![]()
Some checks are pending
Tools CI / tools-linux (clang) (push) Waiting to run
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
|
||
---|---|---|
.. | ||
archive | ||
arrays | ||
benchmark | ||
bitfield | ||
build | ||
builtin | ||
cli | ||
clipboard | ||
compress | ||
context | ||
coroutines | ||
crypto | ||
datatypes | ||
db | ||
dl | ||
dlmalloc | ||
encoding | ||
eventbus | ||
flag | ||
fontstash | ||
gg | ||
gx | ||
hash | ||
io | ||
js | ||
json | ||
log | ||
maps | ||
math | ||
net | ||
orm | ||
os | ||
picoev | ||
picohttpparser | ||
pool | ||
rand | ||
readline | ||
regex | ||
runtime | ||
semver | ||
sokol | ||
stbi | ||
strconv | ||
strings | ||
sync | ||
term | ||
time | ||
toml | ||
v | ||
v2 | ||
vanilla_http_server | ||
veb | ||
vweb | ||
wasm | ||
x | ||
.vdocignore | ||
README.md |
page | title | index |
---|---|---|
index | V standard library documentation | 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.