Skip to content

Implement Min/Max as variadic functions #224

@dergus

Description

@dergus

HavingMin/Max functions take a slice as an argument is a bit inconvenient when you have just two variables because then you have to create an array out of them just for calling Min/Max functions.
And with variadic version you still could provide a slice if you wished by using the ... operator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedProgress is currently blocked by another task, dependency, or external factor.breaking changeIntroduces changes that break backward compatibility or alter the public API.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions