String
public extension String
-
Creates a String instance using the Fragments created from the builder closure
Declaration
Swift
@inlinable init(_ indent: String, @CodeBuilder builder: () -> Code)Parameters
indentThe indent level used by the Fragments created in the function builder
builderThe closure that creates CodeRepresentable instances that represent Swift code
View on GitHub
Install in Dash
String Extension Reference