# Functions
Compress converts the supplied host list into a string of ranged host strings.
Count returns the number of distinct hosts in the supplied host list.
Create creates a new HostList from the supplied string representation.
CreateSet creates a new HostSet from the supplied string representation.
Expand converts a ranged host string into an expanded string of all hosts in the supplied range(s).
# Constants
MaxRange is the largest host range (hi - lo) supported.
# Type aliases
No description provided by the author