V's predeclared functions and types (including strings, arrays, maps)


Encoding and decoding of base64 as defined in RFC 4648
Hardware accelerated Graphics library using OpenGL (DirectX, Vulkan, Metal support soon)
OpenGL wrapper
Constants and helpers for drawing
Encoding and decoding of JSON as defined in RFC 7159
Basic constants and mathematical functions
Platform-independent interface to operating system functionality
Measuring and displaying time
Cross-platform UI library



This is a very early version of vlib. Many of the types and function signatures are going to change.

Generated with vdoc. Not sorted alphabetically yet.
fn abs(a f64) f64
fn cos(a f64) f64
fn max(a, b f64) f64
fn min(a, b f64) f64
fn pow(a, b f64) f64
fn radians(degrees f64) f64
fn round(f f64) f64
fn sin(a f64) f64
fn sqrt(a f64) f64