# Functions
Declare a new environmental value of type bool.
Declare a new environmental value of type integer.
Indicate that a variable can only be set if `val` is truthy.
Create a new strongly typed Env from an untyped Store.
Indicate that a variable should not have the default prefix applied.
Declare a new environmental value.
Variables is a list of variables declared.
# Constants
The default prefix for a environmental variable.
# Variables
The global store of values that Value.Value() uses.
# Structs
A boolean retrieved from the environment.
An integer retrieved from the environment.
A string retrieved from the environment.
No description provided by the author
An environmental variable.