Skip to content

Unsigned right shift >>> is not implemented yet #46773

Closed
@creativecreatorormaybenot

Description

I am very confused by what is going on with int.>>>.

  • It is a member of the int class.
  • However, there is a comment in the docs that says "NOT IMPLEMENTED YET".
  • And the analyzer does not recognize the operator, even though it is part of the class?

image


If I want to use bitwise unsigned right shift on integers, how do I do that?

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