GTE
public struct GTE: Fn
GTE
returns true if each specified value compares as greater than or equal to
the ones following it, and false otherwise. The function takes one or more
arguments; it always returns true if it has a single argument.