Function max

  • Return the greater of two Ord.

    Type Parameters

    • T extends Ord<T>

    Parameters

    • lhs: T
    • rhs: T

    Returns T

    Remarks

    If the values are equal, return the first value.

Generated using TypeDoc