Skip to content

Triple-shift operator #120

@lrhn

Description

@lrhn

Dart integers are now 64-bit signed numbers. That makes the >>> logical down-shift operator useful again. (It existed once, but with arbitrary size integers, the it didn't make sense to do unsigned shifiting any more).

This is a request for the >>> operator. It makes sense in other cases too (like the Int64 class).

Associated feature specification has more details.

Implementation issue: #478

Metadata

Metadata

Assignees

Labels

featureProposed language feature that solves one or more problemssmall-featureA small feature which is relatively cheap to implement.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions