# Functions
Find returns the first index in a slice of StringMap where the predicate returns true, or -1 if predicate never returns true.
HandleBGZF checks if the given reader produces a gzip file by looking at the initial byte.
Intern returns a Symbol for the given string.
SymbolHash computes a hash value for the given Symbol.
# Constants
ProgramName is "elprep".
ProgramURL is the repository for the elprep source code.
ProgramVersion is the version of the elprep binary.
# Structs
SmallMapEntry is an entry in a SmallMap.