SymbolVar
public enum SymbolVar : Hashable, CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
case In(symbol: IndexedSymbolName)
-
Undocumented
Declaration
Swift
case Out(symbol: IndexedSymbolName)
-
Declaration
Swift
public var description: String { get }