Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

StringBuilder

mattt edited this page May 5, 2021 · 1 revision

StringBuilder

@_functionBuilder
public struct StringBuilder 

Methods

buildExpression(_:)

public static func buildExpression(_ string: String) -> String 

buildBlock(_:)

public static func buildBlock(_ strings: String...) -> String 

buildIf(_:)

public static func buildIf(_ string: String?) -> String 

buildEither(first:)

public static func buildEither(first: String) -> String 

buildEither(second:)

public static func buildEither(second: String) -> String 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally