# Functions
Max returns the larger of the 2 supplied int's.
MaxDuration returns the larger of the 2 supplied Durations.
MaxUint64 returns the larger of the 2 supplied uint64's.
Min returns the smaller of the 2 supplied int's.
MinDuration returns the smaller of teh 2 supplied Durations.
MinUint64 returns the smaller of the 2 supplied uint64's.