# Functions
Comparing creates a CmpFunc that compares Ts by first converting them into Es.
Comparing creates a CmpFunc that compares Ts by first converting them into Es, then then checking those Es with the provided CmpFunc.
FalseFirst returns a CmpFunc[bool] that sorts false before true.
TrueFirst returns a CmpFunc[bool] that sorts true before false.