ParseTree
public indirect enum ParseTree : Hashable, Codable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum CodingError : Error
-
Undocumented
See moreDeclaration
Swift
public struct Key : Hashable, Codable
-
Undocumented
Declaration
Swift
case forest(key: Key, trees: Set<ParseTree>)
-
Undocumented
Declaration
Swift
public var key: Key { get }
-
Undocumented
Declaration
Swift
public var isAmbiguous: Bool { get }
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws