Skip to content

Rename equality operators #1998

@Lysxia

Description

@Lysxia

I think we should

  1. rename == to ===,
  2. define x == y as x.deep_model() === y.deep_model() so that it matches the Rust function.

I like === because it's "more equals" than == and it's like Javascript which is a very successful language.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions