# Packages
Package wam implements the Weighted Arithmetic Mean, which forms the basis of Rob Pike's criticality score algorithm as documented in Quantifying_criticality_algorithm.pdf.
# Functions
No description provided by the author
No description provided by the author
NewRegistry returns a new Registry instance.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
ConditionalValue wraps an Inner value that will only be returned if the Condition returns true.
No description provided by the author
No description provided by the author
Registry is used to map a name to a Factory that creates Algorithm instances for the given name.