CodeRepresentable public protocol CodeRepresentable A type that represents a piece of Swift code asCode A representation of this CodeRepresentable instance as a Code case Declaration Swift @inlinable var asCode: Code { get }