Skip to content

[DISCUSSION] Define (a::NaiveOrderedSet == b::Tuple) = all(a .== b)? #31

@mtfishman

Description

@mtfishman

Right now:

julia> using NamedDimsArrays: NamedDimsArrays

julia> NamedDimsArrays.NaiveOrderedSet((1, 2)) == (1, 2)
false

which is a bit inconvenient in some cases but maybe the right definition.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions