Skip to content

Order of elements matter of min/max #233

Closed
@pedroteixeira

Description

@pedroteixeira

It does not behave as expected:

Immutable.List.of(1, NaN).min() !=  Immutable.List.of(NaN, 1).min()

It would be really handy if NaN/null/undefined be ignored by max/min.

thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions