module volta.license

License information.

Code Map

//! License information.
module volta.license;


//! Identifier string for this Volta.
enum ident;
//! This is the license for the volt compiler.
enum license;

global licenseArray: string[];

fn __ctor() { }
enum ident

Identifier string for this Volta.

enum license

This is the license for the volt compiler.