BlockExpression
public indirect enum BlockExpression : Decodable
A sub-object of a configuration representation that describes the expressions nested inside a block.
-
Undocumented
Declaration
Swift
case expression(Expression)
-
Undocumented
Declaration
Swift
case single(BlockExpression)
-
Undocumented
Declaration
Swift
case list([BlockExpression])
-
Undocumented
Declaration
Swift
case map([String : BlockExpression])
-
Declaration
Swift
public init(from decoder: Decoder) throws