-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problemssmall-featureA small feature which is relatively cheap to implement.A small feature which is relatively cheap to implement.
Description
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
marcglasberg, rashedmyt, tiagohm, ramsestom, joaomaciel-toro and 21 more
Metadata
Metadata
Assignees
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problemssmall-featureA small feature which is relatively cheap to implement.A small feature which is relatively cheap to implement.
Type
Projects
Status
Done