Dart is missing &&= and ||= operators #25264
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
It's really useful to be able to write code like:
...but currently we can't because
||=
and&&=
don't work in Dart.|=
and&=
work, but|
and&
aren't implemented bybool
so that doesn't help here.The text was updated successfully, but these errors were encountered: