# Functions
Close will close all shadow values within the given structure.
# Variables
ErrClosed is returned by any closed values.
# Structs
ComparedValue is a struct that finds a value by comparing some key to the list of stored values.
KeyedValue is a struct that coordinates a value by key.
OrderedValue is a struct that keeps track of a value in the order it is set.
Value is a struct that coordinates a value between two parallel routines.