Can I bridge C inline functions to Swift?

Viewed 145

If I put an inline function in a .h file, then include that in the bridging header, can I invoke it in Swift? (Answer: Yes) But will it still be inline when invoked in Swift?

1 Answers
Related