# Functions
ForZeroUintFields checks if fields are uint64 and whether are greater than 0.
IfHrp tests if the provided string is human readable - does contain only alphabetic characters.
IfNil tests if the provided interface pointer or underlying object is nil.
IfNilReflect tests if the provided interface pointer or underlying pointer receiver is nil.
IsZeroFloat64 returns true if the provided absolute value is less than provided absolute epsilon.
# Interfaces
NilInterfaceChecker checks if an interface's underlying object is nil.