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

attempt(throwing:)

mattt edited this page Jan 7, 2021 · 1 revision

attempt(throwing:)

public func attempt(throwing function: () -> Int32) throws

attempt(throwing:)

public func attempt<T>(throwing function: () -> T) throws -> T
Clone this wiki locally