New in Swift 6.2: Raw Identifiers can be used for function names!
All you need to do is put the function name between backquotes...
...and you can use characters that are not allowed in function names, like white spaces or operators!
Perfect for functions that implement tests ๐
about 1 month ago