Code
public enum Code : CodeRepresentable, EquatableAn enum that can unify a single Fragment and an array of Fragments into one type
- 
                  
                  A Fragment DeclarationSwift case fragment(Fragment)
- 
                  
                  Several Fragments DeclarationSwift case fragments([Fragment])
- 
                  
                  No fragments DeclarationSwift case none
- 
                  
                  Code as an array of Fragments DeclarationSwift @inlinable public var fragments: [Fragment] { get }
- 
                  
                  DeclarationSwift @inlinable public var asCode: Code { get }
- 
                  
                  DeclarationSwift public static func == (lhs: Code, rhs: Code) -> Bool
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           Code Enumeration Reference
      Code Enumeration Reference