CodeRepresentable

public protocol CodeRepresentable

A type that represents a piece of Swift code

  • A representation of this CodeRepresentable instance as a Code case

    Declaration

    Swift

    @inlinable
    var asCode: Code { get }