Open iCharlesHu opened 1 year ago
Umbrella issue for CharacterSet and friends.
CharacterSet
This one might be slightly more tricky because the original NSCharacterSet APIs are not exactly great in Swift. We might (should?) also take this chance to rethink about CharacterSet's API surface.
NSCharacterSet
We "partially" ported BuiltInUnicodeScalarSet for internal usage with https://github.com/apple/swift-foundation/pull/12. The future CharacterSet should replace this internal version
BuiltInUnicodeScalarSet
Umbrella issue for
CharacterSet
and friends.This one might be slightly more tricky because the original
NSCharacterSet
APIs are not exactly great in Swift. We might (should?) also take this chance to rethink aboutCharacterSet
's API surface.