static func buildBlock () -> EmptyCommands
Builds an empty command set from a block containing no statements.
Availability 有効性
Technology
static func buildBlock<Content>(_ content: Content) -> Content where Content : Commands
static func buildBlock () -> EmptyCommands