Joe_Groff
(Joe Groff)
21
When it comes to ABI and API stability questions, I think it's a good baseline to start by assuming that:
@usableFromInline declarations are effectively public
@inlinable and @export(implementation) function bodies are effectively code from a different module
2 Likes
xwu
(Xiaodi Wu)
22
Ah, yes, so the same issues apply to @export(...) here...