We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following code works as expected on Apple platforms but crashes on Linux:
import Foundation var chars = CharacterSet.alphanumerics.inverted chars.remove("-")
Note that this is specifically a result of using the inverted property.
inverted