mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
![]()
Some checks failed
toml CI / toml-module-pass-external-test-suites (push) Has been cancelled
Tools CI / tools-linux (gcc) (push) Has been cancelled
Tools CI / tools-linux (tcc) (push) Has been cancelled
Tools CI / tools-macos (clang) (push) Has been cancelled
vab CI / vab-compiles-v-examples (push) Has been cancelled
vlib modules CI / build-module-docs (push) Has been cancelled
native backend CI / native-backend-ubuntu (push) Has been cancelled
native backend CI / native-backend-windows (push) Has been cancelled
Graphics CI / gg-regressions (push) Has been cancelled
Shy and PV CI / v-compiles-puzzle-vibes (push) Has been cancelled
Sanitized CI / sanitize-undefined-clang (push) Has been cancelled
Sanitized CI / sanitize-undefined-gcc (push) Has been cancelled
Sanitized CI / tests-sanitize-address-clang (push) Has been cancelled
Sanitized CI / sanitize-address-msvc (push) Has been cancelled
Sanitized CI / sanitize-address-gcc (push) Has been cancelled
Sanitized CI / sanitize-memory-clang (push) Has been cancelled
sdl CI / v-compiles-sdl-examples (push) Has been cancelled
Time CI / time-linux (push) Has been cancelled
Time CI / time-macos (push) Has been cancelled
Time CI / time-windows (push) Has been cancelled
Tools CI / tools-linux (clang) (push) Has been cancelled
Tools CI / tools-windows (gcc) (push) Has been cancelled
Tools CI / tools-windows (msvc) (push) Has been cancelled
Tools CI / tools-windows (tcc) (push) Has been cancelled
Tools CI / tools-docker-ubuntu-musl (push) Has been cancelled
vab CI / v-compiles-os-android (push) Has been cancelled
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Has been cancelled
wasm backend CI / wasm-backend (windows-2022) (push) Has been cancelled
|
||
---|---|---|
.. | ||
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.