Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.