Watt, Volt's Standard Library

Watt is a collection of modules that are useful enough, and used often enough, that they are shipped with the Volt compiler. Together they make up Volt's standard library.

The library is divided into modules and packages, described below.

Package watt.*

The watt package contains all other packages, and is home to some modules that are very widely used.

Package watt.io.*

The watt.io package contains modules that deal with input and output intended for use or consumption by humans.

Package watt.math.*

The watt.math package contains modules that deal with numbers.

Package watt.text.*

The watt.text package contains modules that process text of various formats and purposes.