SE-0531: Literal Expressions

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

Ah, yes, so the same issues apply to @export(...) here...