TurtleBuilder
@_functionBuilder
public struct TurtleBuilder
Undocumented
-
Undocumented
Declaration
Swift
public static func buildIf(_ commands: [TurtleCommand]?) -> TurtleCommand -
Undocumented
Declaration
Swift
public static func buildEither(first commands: [TurtleCommand]) -> TurtleCommand -
Undocumented
Declaration
Swift
public static func buildEither(second commands: [TurtleCommand]) -> TurtleCommand -
Undocumented
Declaration
Swift
public static func buildBlock(_ commands: TurtleCommand...) -> [TurtleCommand]
TurtleBuilder Structure Reference