Did I break a taboo by doing this?

  • danhab99@programming.devOP
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    As an aside, you probably don’t need a static union type for your min and max functions. I assume you could use comparable.

    comparible only allows ==

      • danhab99@programming.devOP
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I just looked at the standard docs and I didn’t realize there was a built-in min and max function. Y’all should really read the standard lib docs… it’s fascinating in there.