I was wondering if you can write inline assembly in Swift.
I know that in Objective-C you could use something like this:
inline void assemblyFunc() {
There isn't a way in Swift itself. If you need this, probably a good opportunity to take advantage of Swift-ObjC interop.