-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
CharSequence is defined in all supported platform, and the functions only require the ability to access the individual Chars, and nothing from String, hence, it makes perfect sense to extend CharSequence instead of String. This will also allow users to define their own types that can be converted, since CharSequence can be implemented by user classes, whereas String cannot.
Metadata
Metadata
Assignees
Labels
🎉 enhancementNew feature or requestNew feature or request