VariableBody
public struct VariableBody<I> where I : Interpreter
It’s a data transfer object passed in the Variable
matcher block
-
The raw value to match
Declaration
Swift
public var value: Any
-
An interpreter instance if the raw value needs any further evaluation
Declaration
Swift
public var interpreter: I