TermVariable
public struct TermVariable : TermProtocol
extension TermVariable: CustomStringConvertible
A term variable.
-
The identifier of the variable.
Declaration
Swift
public let rawValue: UInt64 -
Creates an instance with given
rawValue.Declaration
Swift
public init(_ rawValue: UInt64) -
Declaration
Swift
public var flags: ValueFlags { get } -
The context in which this instance was created.
Declaration
Swift
var context: UInt8 { get } -
The identifier of this instance.
Declaration
Swift
var identifier: UInt64 { get } -
Declaration
Swift
public var description: String { get }
View on GitHub