Please implement comparison (e.g. <=,<,>,>=) operators for String #608
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by jack.palevich@gmail.com
operator<, operator<=, etc.
They can be implemented in terms of the existing Comparable.compareTo()
(It would be neat if Dart knew to automatically implement the relational operators for any class that implemented Comparable.)
The text was updated successfully, but these errors were encountered: